public class BalanceInquiryResponse extends Object
Java class for BalanceInquiryResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalanceInquiryResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="PaymentAccountStatus" type="{}PaymentAccountStatus" minOccurs="0"/>
<element name="LoyaltyAccountStatus" type="{}LoyaltyAccountStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LoyaltyAccountStatus |
loyaltyAccountStatus
The Loyalty account status.
|
protected PaymentAccountStatus |
paymentAccountStatus
The Payment account status.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
BalanceInquiryResponse() |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccountStatus |
getLoyaltyAccountStatus()
Gets the value of the loyaltyAccountStatus property.
|
PaymentAccountStatus |
getPaymentAccountStatus()
Gets the value of the paymentAccountStatus property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setLoyaltyAccountStatus(LoyaltyAccountStatus value)
Sets the value of the loyaltyAccountStatus property.
|
void |
setPaymentAccountStatus(PaymentAccountStatus value)
Sets the value of the paymentAccountStatus property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected PaymentAccountStatus paymentAccountStatus
protected LoyaltyAccountStatus loyaltyAccountStatus
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic PaymentAccountStatus getPaymentAccountStatus()
PaymentAccountStatuspublic void setPaymentAccountStatus(PaymentAccountStatus value)
value - allowed object is PaymentAccountStatuspublic LoyaltyAccountStatus getLoyaltyAccountStatus()
LoyaltyAccountStatuspublic void setLoyaltyAccountStatus(LoyaltyAccountStatus value)
value - allowed object is LoyaltyAccountStatusCopyright © 2022. All rights reserved.