public class PaymentData extends Object
Java class for PaymentData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardAcquisitionReference" type="{}TransactionIdentification" minOccurs="0"/>
<element name="RequestedValidityDate" type="{}ISODate" minOccurs="0"/>
<element name="Instalment" type="{}Instalment" minOccurs="0"/>
<element name="CustomerOrder" type="{}CustomerOrder" minOccurs="0"/>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentData" minOccurs="0"/>
</sequence>
<attribute name="Payment" type="{}PaymentType" default="Normal" />
<attribute name="SplitPaymentFlag" type="{}SplitPaymentFlag" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIdentification |
cardAcquisitionReference
The Card acquisition reference.
|
protected CustomerOrder |
customerOrder
The Customer order.
|
protected Instalment |
instalment
The Instalment.
|
protected PaymentInstrumentData |
paymentInstrumentData
The Payment instrument data.
|
protected PaymentType |
paymentType
The Payment.
|
protected String |
requestedValidityDate
The Requested validity date.
|
protected Boolean |
splitPaymentFlag
The Split payment flag.
|
| Constructor and Description |
|---|
PaymentData() |
| Modifier and Type | Method and Description |
|---|---|
TransactionIdentification |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
CustomerOrder |
getCustomerOrder()
Gets the value of the customerOrder property.
|
Instalment |
getInstalment()
Gets the value of the instalment property.
|
PaymentInstrumentData |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
PaymentType |
getPaymentType()
Gets the value of the PaymentType property.
|
String |
getRequestedValidityDate()
Gets the value of the requestedValidityDate property.
|
boolean |
isSplitPaymentFlag()
Gets the value of the splitPaymentFlag property.
|
void |
setCardAcquisitionReference(TransactionIdentification value)
Sets the value of the cardAcquisitionReference property.
|
void |
setCustomerOrder(CustomerOrder value)
Sets the value of the customerOrder property.
|
void |
setInstalment(Instalment value)
Sets the value of the instalment property.
|
void |
setPaymentInstrumentData(PaymentInstrumentData value)
Sets the value of the paymentInstrumentData property.
|
void |
setPaymentType(PaymentType value)
Sets the value of the PaymentType property.
|
void |
setRequestedValidityDate(String value)
Sets the value of the requestedValidityDate property.
|
void |
setSplitPaymentFlag(Boolean value)
Sets the value of the splitPaymentFlag property.
|
protected TransactionIdentification cardAcquisitionReference
protected String requestedValidityDate
protected Instalment instalment
protected CustomerOrder customerOrder
protected PaymentInstrumentData paymentInstrumentData
protected PaymentType paymentType
protected Boolean splitPaymentFlag
public TransactionIdentification getCardAcquisitionReference()
TransactionIdentificationpublic void setCardAcquisitionReference(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic String getRequestedValidityDate()
Stringpublic void setRequestedValidityDate(String value)
value - allowed object is Stringpublic Instalment getInstalment()
Instalmentpublic void setInstalment(Instalment value)
value - allowed object is Instalmentpublic CustomerOrder getCustomerOrder()
CustomerOrderpublic void setCustomerOrder(CustomerOrder value)
value - allowed object is CustomerOrderpublic PaymentInstrumentData getPaymentInstrumentData()
PaymentInstrumentDatapublic void setPaymentInstrumentData(PaymentInstrumentData value)
value - allowed object is PaymentInstrumentDatapublic PaymentType getPaymentType()
PaymentTypepublic void setPaymentType(PaymentType value)
value - allowed object is PaymentTypepublic boolean isSplitPaymentFlag()
BooleanCopyright © 2022. All rights reserved.