public class BalanceInquiryRequest extends Object
Java class for BalanceInquiryRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalanceInquiryRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentAccountReq" type="{}PaymentAccountReq" minOccurs="0"/>
<element name="LoyaltyAccountReq" type="{}LoyaltyAccountReq" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LoyaltyAccountReq |
loyaltyAccountReq
The Loyalty account req.
|
protected PaymentAccountReq |
paymentAccountReq
The Payment account req.
|
| Constructor and Description |
|---|
BalanceInquiryRequest() |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccountReq |
getLoyaltyAccountReq()
Gets the value of the loyaltyAccountReq property.
|
PaymentAccountReq |
getPaymentAccountReq()
Gets the value of the paymentAccountReq property.
|
void |
setLoyaltyAccountReq(LoyaltyAccountReq value)
Sets the value of the loyaltyAccountReq property.
|
void |
setPaymentAccountReq(PaymentAccountReq value)
Sets the value of the paymentAccountReq property.
|
protected PaymentAccountReq paymentAccountReq
protected LoyaltyAccountReq loyaltyAccountReq
public PaymentAccountReq getPaymentAccountReq()
PaymentAccountReqpublic void setPaymentAccountReq(PaymentAccountReq value)
value - allowed object is PaymentAccountReqpublic LoyaltyAccountReq getLoyaltyAccountReq()
LoyaltyAccountReqpublic void setLoyaltyAccountReq(LoyaltyAccountReq value)
value - allowed object is LoyaltyAccountReqCopyright © 2022. All rights reserved.