public class LoyaltyAccountStatus extends Object
Java class for LoyaltyAccountStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccountStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LoyaltyAccount" type="{}LoyaltyAccount"/>
</sequence>
<attribute name="CurrentBalance" type="{}SimpleAmountType" />
<attribute name="LoyaltyUnit" type="{}LoyaltyUnitType" default="Point" />
<attribute name="Currency" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency
The Currency.
|
protected BigDecimal |
currentBalance
The Current balance.
|
protected LoyaltyAccount |
loyaltyAccount
The Loyalty account.
|
protected LoyaltyUnitType |
loyaltyUnit
The Loyalty unit.
|
| Constructor and Description |
|---|
LoyaltyAccountStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
LoyaltyAccount |
getLoyaltyAccount()
Gets the value of the loyaltyAccount property.
|
LoyaltyUnitType |
getLoyaltyUnit()
Gets the value of the loyaltyUnit property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setLoyaltyAccount(LoyaltyAccount value)
Sets the value of the loyaltyAccount property.
|
void |
setLoyaltyUnit(LoyaltyUnitType value)
Sets the value of the loyaltyUnit property.
|
protected LoyaltyAccount loyaltyAccount
protected BigDecimal currentBalance
protected LoyaltyUnitType loyaltyUnit
protected String currency
public LoyaltyAccount getLoyaltyAccount()
LoyaltyAccountpublic void setLoyaltyAccount(LoyaltyAccount value)
value - allowed object is LoyaltyAccountpublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is BigDecimalpublic LoyaltyUnitType getLoyaltyUnit()
LoyaltyUnitTypepublic void setLoyaltyUnit(LoyaltyUnitType value)
value - allowed object is LoyaltyUnitTypepublic String getCurrency()
StringCopyright © 2022. All rights reserved.