public class PaymentAccountReq extends Object
Java class for PaymentAccountReq complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAccountReq">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardAcquisitionReference" type="{}TransactionIdentification" minOccurs="0"/>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentData" minOccurs="0"/>
</sequence>
<attribute name="Account" type="{}AccountType" default="Default" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountType |
accountType
The Account.
|
protected TransactionIdentification |
cardAcquisitionReference
The Card acquisition reference.
|
protected PaymentInstrumentData |
paymentInstrumentData
The Payment instrument data.
|
| Constructor and Description |
|---|
PaymentAccountReq() |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
getAccountType()
Gets the value of the AccountType property.
|
TransactionIdentification |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
PaymentInstrumentData |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
void |
setAccountType(AccountType value)
Sets the value of the AccountType property.
|
void |
setCardAcquisitionReference(TransactionIdentification value)
Sets the value of the cardAcquisitionReference property.
|
void |
setPaymentInstrumentData(PaymentInstrumentData value)
Sets the value of the paymentInstrumentData property.
|
protected TransactionIdentification cardAcquisitionReference
protected PaymentInstrumentData paymentInstrumentData
protected AccountType accountType
public TransactionIdentification getCardAcquisitionReference()
TransactionIdentificationpublic void setCardAcquisitionReference(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic PaymentInstrumentData getPaymentInstrumentData()
PaymentInstrumentDatapublic void setPaymentInstrumentData(PaymentInstrumentData value)
value - allowed object is PaymentInstrumentDatapublic AccountType getAccountType()
AccountTypepublic void setAccountType(AccountType value)
value - allowed object is AccountTypeCopyright © 2022. All rights reserved.