public class PaymentAccountReqType extends Object
Java class for PaymentAccountReqType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAccountReqType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardAcquisitionReference" type="{}TransactionIdentificationType" minOccurs="0"/>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentDataType" minOccurs="0"/>
</sequence>
<attribute name="AccountType" type="{}AccountTypeTypeCode" default="Default" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountType |
protected TransactionIdentificationType |
cardAcquisitionReference |
protected PaymentInstrumentDataType |
paymentInstrumentData |
| Constructor and Description |
|---|
PaymentAccountReqType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountType()
Gets the value of the accountType property.
|
TransactionIdentificationType |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
PaymentInstrumentDataType |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
void |
setAccountType(String value)
Sets the value of the accountType property.
|
void |
setCardAcquisitionReference(TransactionIdentificationType value)
Sets the value of the cardAcquisitionReference property.
|
void |
setPaymentInstrumentData(PaymentInstrumentDataType value)
Sets the value of the paymentInstrumentData property.
|
protected TransactionIdentificationType cardAcquisitionReference
protected PaymentInstrumentDataType paymentInstrumentData
protected String accountType
public TransactionIdentificationType getCardAcquisitionReference()
TransactionIdentificationTypepublic void setCardAcquisitionReference(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic PaymentInstrumentDataType getPaymentInstrumentData()
PaymentInstrumentDataTypepublic void setPaymentInstrumentData(PaymentInstrumentDataType value)
value - allowed object is
PaymentInstrumentDataTypepublic String getAccountType()
StringCopyright © 2018. All rights reserved.