com.retek.component.payment
Class StoredValueCardAuthorizationResponse
java.lang.Object
com.retek.component.payment.PaymentAuthorizationResponse
com.retek.component.payment.StoredValueCardAuthorizationResponse
- All Implemented Interfaces:
- java.io.Serializable
- public class StoredValueCardAuthorizationResponse
- extends PaymentAuthorizationResponse
A value holder class that holds stored value card authorization information.
Retek Inc. Copyright (c) 2003
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredValueCardAuthorizationResponse
public StoredValueCardAuthorizationResponse()
getAuthorizationDate
public RDate getAuthorizationDate()
setAuthorizationDate
public void setAuthorizationDate(RDate authorizationDate)
getAvailableBalance
public Money getAvailableBalance()
setAvailableBalance
public void setAvailableBalance(Money availableBalance)
getCardType
public StoredValueCardType getCardType()
setCardType
public void setCardType(StoredValueCardType cardType)
getAuthorizedAmount
public Money getAuthorizedAmount()
setAuthorizedAmount
public void setAuthorizedAmount(Money authorizedAmount)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25