Package com.adyen.model.nexo
Class BalanceInquiryRequest
- java.lang.Object
-
- com.adyen.model.nexo.BalanceInquiryRequest
-
public class BalanceInquiryRequest extends Object
Definition: Content of the Balance Inquiry Request messageType. -- Usage: It conveys Information related to the account for which a Balance Inquiry is requestedJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LoyaltyAccountReqloyaltyAccountReqThe Loyalty account req.protected PaymentAccountReqpaymentAccountReqThe Payment account req.
-
Constructor Summary
Constructors Constructor Description BalanceInquiryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoyaltyAccountReqgetLoyaltyAccountReq()Gets the value of the loyaltyAccountReq property.PaymentAccountReqgetPaymentAccountReq()Gets the value of the paymentAccountReq property.voidsetLoyaltyAccountReq(LoyaltyAccountReq value)Sets the value of the loyaltyAccountReq property.voidsetPaymentAccountReq(PaymentAccountReq value)Sets the value of the paymentAccountReq property.
-
-
-
Field Detail
-
paymentAccountReq
protected PaymentAccountReq paymentAccountReq
The Payment account req.
-
loyaltyAccountReq
protected LoyaltyAccountReq loyaltyAccountReq
The Loyalty account req.
-
-
Method Detail
-
getPaymentAccountReq
public PaymentAccountReq getPaymentAccountReq()
Gets the value of the paymentAccountReq property.- Returns:
- possible object is
PaymentAccountReq
-
setPaymentAccountReq
public void setPaymentAccountReq(PaymentAccountReq value)
Sets the value of the paymentAccountReq property.- Parameters:
value- allowed object isPaymentAccountReq
-
getLoyaltyAccountReq
public LoyaltyAccountReq getLoyaltyAccountReq()
Gets the value of the loyaltyAccountReq property.- Returns:
- possible object is
LoyaltyAccountReq
-
setLoyaltyAccountReq
public void setLoyaltyAccountReq(LoyaltyAccountReq value)
Sets the value of the loyaltyAccountReq property.- Parameters:
value- allowed object isLoyaltyAccountReq
-
-