public class PaymentAccountStatus extends Object
Java class for PaymentAccountStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAccountStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentData" minOccurs="0"/>
<element name="PaymentAcquirerData" type="{}PaymentAcquirerData" minOccurs="0"/>
<element name="LoyaltyAccountStatus" type="{}LoyaltyAccountStatus" minOccurs="0"/>
</sequence>
<attribute name="Currency" type="{}ISOCurrency3A" />
<attribute name="CurrentBalance" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency
The Currency.
|
protected BigDecimal |
currentBalance
The Current balance.
|
protected LoyaltyAccountStatus |
loyaltyAccountStatus
The Loyalty account status.
|
protected PaymentAcquirerData |
paymentAcquirerData
The Payment acquirer data.
|
protected PaymentInstrumentData |
paymentInstrumentData
The Payment instrument data.
|
| Constructor and Description |
|---|
PaymentAccountStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
LoyaltyAccountStatus |
getLoyaltyAccountStatus()
Gets the value of the loyaltyAccountStatus property.
|
PaymentAcquirerData |
getPaymentAcquirerData()
Gets the value of the paymentAcquirerData property.
|
PaymentInstrumentData |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setLoyaltyAccountStatus(LoyaltyAccountStatus value)
Sets the value of the loyaltyAccountStatus property.
|
void |
setPaymentAcquirerData(PaymentAcquirerData value)
Sets the value of the paymentAcquirerData property.
|
void |
setPaymentInstrumentData(PaymentInstrumentData value)
Sets the value of the paymentInstrumentData property.
|
protected PaymentInstrumentData paymentInstrumentData
protected PaymentAcquirerData paymentAcquirerData
protected LoyaltyAccountStatus loyaltyAccountStatus
protected String currency
protected BigDecimal currentBalance
public PaymentInstrumentData getPaymentInstrumentData()
PaymentInstrumentDatapublic void setPaymentInstrumentData(PaymentInstrumentData value)
value - allowed object is PaymentInstrumentDatapublic PaymentAcquirerData getPaymentAcquirerData()
PaymentAcquirerDatapublic void setPaymentAcquirerData(PaymentAcquirerData value)
value - allowed object is PaymentAcquirerDatapublic LoyaltyAccountStatus getLoyaltyAccountStatus()
LoyaltyAccountStatuspublic void setLoyaltyAccountStatus(LoyaltyAccountStatus value)
value - allowed object is LoyaltyAccountStatuspublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is Stringpublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.