public class PaymentDataType extends Object
Java class for PaymentDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardAcquisitionReference" type="{}TransactionIdentificationType" minOccurs="0"/>
<element name="RequestedValidityDate" type="{}ISODate" minOccurs="0"/>
<element name="Instalment" type="{}InstalmentType" minOccurs="0"/>
<element name="CustomerOrder" type="{}CustomerOrderType" minOccurs="0"/>
<element name="PaymentInstrumentData" type="{}PaymentInstrumentDataType" minOccurs="0"/>
</sequence>
<attribute name="PaymentType" type="{}PaymentTypeTypeCode" default="Normal" />
<attribute name="SplitPaymentFlag" type="{}SplitPaymentFlagType" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIdentificationType |
cardAcquisitionReference |
protected CustomerOrderType |
customerOrder |
protected InstalmentType |
instalment |
protected PaymentInstrumentDataType |
paymentInstrumentData |
protected String |
paymentType |
protected String |
requestedValidityDate |
protected Boolean |
splitPaymentFlag |
| Constructor and Description |
|---|
PaymentDataType() |
| Modifier and Type | Method and Description |
|---|---|
TransactionIdentificationType |
getCardAcquisitionReference()
Gets the value of the cardAcquisitionReference property.
|
CustomerOrderType |
getCustomerOrder()
Gets the value of the customerOrder property.
|
InstalmentType |
getInstalment()
Gets the value of the instalment property.
|
PaymentInstrumentDataType |
getPaymentInstrumentData()
Gets the value of the paymentInstrumentData property.
|
String |
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(TransactionIdentificationType value)
Sets the value of the cardAcquisitionReference property.
|
void |
setCustomerOrder(CustomerOrderType value)
Sets the value of the customerOrder property.
|
void |
setInstalment(InstalmentType value)
Sets the value of the instalment property.
|
void |
setPaymentInstrumentData(PaymentInstrumentDataType value)
Sets the value of the paymentInstrumentData property.
|
void |
setPaymentType(String 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 TransactionIdentificationType cardAcquisitionReference
protected String requestedValidityDate
protected InstalmentType instalment
protected CustomerOrderType customerOrder
protected PaymentInstrumentDataType paymentInstrumentData
protected String paymentType
protected Boolean splitPaymentFlag
public TransactionIdentificationType getCardAcquisitionReference()
TransactionIdentificationTypepublic void setCardAcquisitionReference(TransactionIdentificationType value)
value - allowed object is
TransactionIdentificationTypepublic String getRequestedValidityDate()
Stringpublic void setRequestedValidityDate(String value)
value - allowed object is
Stringpublic InstalmentType getInstalment()
InstalmentTypepublic void setInstalment(InstalmentType value)
value - allowed object is
InstalmentTypepublic CustomerOrderType getCustomerOrder()
CustomerOrderTypepublic void setCustomerOrder(CustomerOrderType value)
value - allowed object is
CustomerOrderTypepublic PaymentInstrumentDataType getPaymentInstrumentData()
PaymentInstrumentDataTypepublic void setPaymentInstrumentData(PaymentInstrumentDataType value)
value - allowed object is
PaymentInstrumentDataTypepublic String getPaymentType()
Stringpublic void setPaymentType(String value)
value - allowed object is
Stringpublic boolean isSplitPaymentFlag()
BooleanCopyright © 2018. All rights reserved.