public class CouponRedemption extends Object
Java class for CouponRedemption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CouponRedemption">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SpendToThreshold" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Balance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RedemptionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActivationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected String |
accountNumber |
protected Calendar |
activationDate |
protected Double |
balance |
protected String |
currencyCode |
protected Calendar |
expirationDate |
protected Calendar |
redemptionDate |
protected Double |
spendToThreshold |
| Constructor and Description |
|---|
CouponRedemption() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
Calendar |
getActivationDate()
Gets the value of the activationDate property.
|
Double |
getBalance()
Gets the value of the balance property.
|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
Calendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
Calendar |
getRedemptionDate()
Gets the value of the redemptionDate property.
|
Double |
getSpendToThreshold()
Gets the value of the spendToThreshold property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setActivationDate(Calendar value)
Sets the value of the activationDate property.
|
void |
setBalance(Double value)
Sets the value of the balance property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setExpirationDate(Calendar value)
Sets the value of the expirationDate property.
|
void |
setRedemptionDate(Calendar value)
Sets the value of the redemptionDate property.
|
void |
setSpendToThreshold(Double value)
Sets the value of the spendToThreshold property.
|
protected Long accountId
protected String accountNumber
protected Double spendToThreshold
protected Double balance
protected String currencyCode
protected Calendar redemptionDate
protected Calendar expirationDate
protected Calendar activationDate
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic Double getSpendToThreshold()
Doublepublic void setSpendToThreshold(Double value)
value - allowed object is
Doublepublic Double getBalance()
Doublepublic void setBalance(Double value)
value - allowed object is
Doublepublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic Calendar getRedemptionDate()
Stringpublic void setRedemptionDate(Calendar value)
value - allowed object is
Stringpublic Calendar getExpirationDate()
Stringpublic void setExpirationDate(Calendar value)
value - allowed object is
Stringpublic Calendar getActivationDate()
StringCopyright © 2024. All rights reserved.