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