com.retek.component.payment
Class StoredValueCardAuthorizationResponse

java.lang.Object
  extended bycom.retek.component.payment.PaymentAuthorizationResponse
      extended bycom.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

Constructor Summary
StoredValueCardAuthorizationResponse()
           
 
Method Summary
 RDate getAuthorizationDate()
           
 Money getAuthorizedAmount()
           
 Money getAvailableBalance()
           
 StoredValueCardType getCardType()
           
 void setAuthorizationDate(RDate authorizationDate)
           
 void setAuthorizedAmount(Money authorizedAmount)
           
 void setAvailableBalance(Money availableBalance)
           
 void setCardType(StoredValueCardType cardType)
           
 
Methods inherited from class com.retek.component.payment.PaymentAuthorizationResponse
getResultCode, setResultCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredValueCardAuthorizationResponse

public StoredValueCardAuthorizationResponse()
Method Detail

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