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