public class LoyaltyTotals extends Object
Java class for LoyaltyTotals complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyTotals">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Transaction" use="required" type="{}TransactionType" />
<attribute name="TransactionCount" use="required" type="{}TransactionCount" />
<attribute name="TransactionAmount" use="required" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
transactionAmount
The Transaction amount.
|
protected BigInteger |
transactionCount
The Transaction count.
|
protected TransactionType |
transactionType
The Transaction.
|
| Constructor and Description |
|---|
LoyaltyTotals() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getTransactionAmount()
Gets the value of the transactionAmount property.
|
BigInteger |
getTransactionCount()
Gets the value of the transactionCount property.
|
TransactionType |
getTransactionType()
Gets the value of the transactionType property.
|
void |
setTransactionAmount(BigDecimal value)
Sets the value of the transactionAmount property.
|
void |
setTransactionCount(BigInteger value)
Sets the value of the transactionCount property.
|
void |
setTransactionType(TransactionType value)
Sets the value of the transactionType property.
|
protected TransactionType transactionType
protected BigInteger transactionCount
protected BigDecimal transactionAmount
public TransactionType getTransactionType()
TransactionTypepublic void setTransactionType(TransactionType value)
value - allowed object is TransactionTypepublic BigInteger getTransactionCount()
BigIntegerpublic void setTransactionCount(BigInteger value)
value - allowed object is BigIntegerpublic BigDecimal getTransactionAmount()
BigDecimalpublic void setTransactionAmount(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.