com.retek.component.payment.integration.storedvaluecard
Class StoredValueCardCashoutResponse
java.lang.Object
com.retek.component.payment.integration.storedvaluecard.StoredValueCardCashoutResponse
- All Implemented Interfaces:
- java.io.Serializable
- public class StoredValueCardCashoutResponse
- extends java.lang.Object
- implements java.io.Serializable
A value holder class that contains stored value card inquiry 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 |
StoredValueCardCashoutResponse
public StoredValueCardCashoutResponse()
getCashoutAmount
public java.math.BigDecimal getCashoutAmount()
setCashoutAmount
public void setCashoutAmount(java.math.BigDecimal cashoutAmount)
valid
public boolean valid()
getCashoutDate
public java.util.Date getCashoutDate()
setCashoutDate
public void setCashoutDate(java.util.Date date)
getBannerDisplayCode
public java.lang.String getBannerDisplayCode()
setBannerDisplayCode
public void setBannerDisplayCode(java.lang.String string)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25