public class LoyaltyResult extends Object
Java class for LoyaltyResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LoyaltyAccount" type="{}LoyaltyAccount"/>
<element name="LoyaltyAmount" type="{}LoyaltyAmount" minOccurs="0"/>
<element name="LoyaltyAcquirerData" type="{}LoyaltyAcquirerData" minOccurs="0"/>
<element name="Rebates" type="{}Rebates" minOccurs="0"/>
</sequence>
<attribute name="CurrentBalance" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
currentBalance
The Current balance.
|
protected LoyaltyAccount |
loyaltyAccount
The Loyalty account.
|
protected LoyaltyAcquirerData |
loyaltyAcquirerData
The Loyalty acquirer data.
|
protected LoyaltyAmount |
loyaltyAmount
The Loyalty amount.
|
protected Rebates |
rebates
The Rebates.
|
| Constructor and Description |
|---|
LoyaltyResult() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
LoyaltyAccount |
getLoyaltyAccount()
Gets the value of the loyaltyAccount property.
|
LoyaltyAcquirerData |
getLoyaltyAcquirerData()
Gets the value of the loyaltyAcquirerData property.
|
LoyaltyAmount |
getLoyaltyAmount()
Gets the value of the loyaltyAmount property.
|
Rebates |
getRebates()
Gets the value of the rebates property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setLoyaltyAccount(LoyaltyAccount value)
Sets the value of the loyaltyAccount property.
|
void |
setLoyaltyAcquirerData(LoyaltyAcquirerData value)
Sets the value of the loyaltyAcquirerData property.
|
void |
setLoyaltyAmount(LoyaltyAmount value)
Sets the value of the loyaltyAmount property.
|
void |
setRebates(Rebates value)
Sets the value of the rebates property.
|
protected LoyaltyAccount loyaltyAccount
protected LoyaltyAmount loyaltyAmount
protected LoyaltyAcquirerData loyaltyAcquirerData
protected Rebates rebates
protected BigDecimal currentBalance
public LoyaltyAccount getLoyaltyAccount()
LoyaltyAccountpublic void setLoyaltyAccount(LoyaltyAccount value)
value - allowed object is LoyaltyAccountpublic LoyaltyAmount getLoyaltyAmount()
LoyaltyAmountpublic void setLoyaltyAmount(LoyaltyAmount value)
value - allowed object is LoyaltyAmountpublic LoyaltyAcquirerData getLoyaltyAcquirerData()
LoyaltyAcquirerDatapublic void setLoyaltyAcquirerData(LoyaltyAcquirerData value)
value - allowed object is LoyaltyAcquirerDatapublic Rebates getRebates()
Rebatespublic void setRebates(Rebates value)
value - allowed object is Rebatespublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.