public class PaymentAccountStatusType extends Object
Java class for PaymentAccountStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAccountStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentDataType" minOccurs="0"/>
<element name="PaymentAcquirerData" type="{}PaymentAcquirerDataType" minOccurs="0"/>
<element name="LoyaltyAccountStatus" type="{}LoyaltyAccountStatusType" 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 |
protected BigDecimal |
currentBalance |
protected LoyaltyAccountStatusType |
loyaltyAccountStatus |
protected PaymentAcquirerDataType |
paymentAcquirerData |
protected PaymentInstrumentDataType |
paymentInstrumentData |
| Constructor and Description |
|---|
PaymentAccountStatusType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
LoyaltyAccountStatusType |
getLoyaltyAccountStatus()
Gets the value of the loyaltyAccountStatus property.
|
PaymentAcquirerDataType |
getPaymentAcquirerData()
Gets the value of the paymentAcquirerData property.
|
PaymentInstrumentDataType |
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(LoyaltyAccountStatusType value)
Sets the value of the loyaltyAccountStatus property.
|
void |
setPaymentAcquirerData(PaymentAcquirerDataType value)
Sets the value of the paymentAcquirerData property.
|
void |
setPaymentInstrumentData(PaymentInstrumentDataType value)
Sets the value of the paymentInstrumentData property.
|
protected PaymentInstrumentDataType paymentInstrumentData
protected PaymentAcquirerDataType paymentAcquirerData
protected LoyaltyAccountStatusType loyaltyAccountStatus
protected String currency
protected BigDecimal currentBalance
public PaymentInstrumentDataType getPaymentInstrumentData()
PaymentInstrumentDataTypepublic void setPaymentInstrumentData(PaymentInstrumentDataType value)
value - allowed object is
PaymentInstrumentDataTypepublic PaymentAcquirerDataType getPaymentAcquirerData()
PaymentAcquirerDataTypepublic void setPaymentAcquirerData(PaymentAcquirerDataType value)
value - allowed object is
PaymentAcquirerDataTypepublic LoyaltyAccountStatusType getLoyaltyAccountStatus()
LoyaltyAccountStatusTypepublic void setLoyaltyAccountStatus(LoyaltyAccountStatusType value)
value - allowed object is
LoyaltyAccountStatusTypepublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.