public class CardAcquisitionTransaction extends Object
Java class for CardAcquisitionTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAcquisitionTransaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowedPaymentBrand" type="{}AllowedPaymentBrand" maxOccurs="unbounded" minOccurs="0"/>
<element name="AllowedLoyaltyBrand" type="{}AllowedLoyaltyBrand" maxOccurs="unbounded" minOccurs="0"/>
<element name="ForceEntryMode" type="{}ForceEntryMode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LoyaltyHandling" type="{}LoyaltyHandlingType" default="Allowed" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="ForceCustomerSelectionFlag" type="{}ForceCustomerSelectionFlag" default="false" />
<attribute name="TotalAmount" type="{}SimpleAmountType" />
<attribute name="Payment" type="{}PaymentType" />
<attribute name="CashBackFlag" type="{}CashBackFlag" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedLoyaltyBrand
The Allowed loyalty brand.
|
protected List<String> |
allowedPaymentBrand
The Allowed payment brand.
|
protected Boolean |
cashBackFlag
The Cash back flag.
|
protected String |
customerLanguage
The Customer language.
|
protected Boolean |
forceCustomerSelectionFlag
The Force customer selection flag.
|
protected List<ForceEntryModeType> |
forceEntryMode
The Force entry mode.
|
protected LoyaltyHandlingType |
loyaltyHandling
The Loyalty handling.
|
protected PaymentType |
paymentType
The Payment.
|
protected BigDecimal |
totalAmount
The Total amount.
|
| Constructor and Description |
|---|
CardAcquisitionTransaction() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedLoyaltyBrand()
Gets the value of the allowedLoyaltyBrand property.
|
List<String> |
getAllowedPaymentBrand()
Gets the value of the allowedPaymentBrand property.
|
String |
getCustomerLanguage()
Gets the value of the customerLanguage property.
|
List<ForceEntryModeType> |
getForceEntryMode()
Gets the value of the forceEntryMode property.
|
LoyaltyHandlingType |
getLoyaltyHandling()
Gets the value of the loyaltyHandling property.
|
PaymentType |
getPaymentType()
Gets the value of the paymentType property.
|
BigDecimal |
getTotalAmount()
Gets the value of the totalAmount property.
|
Boolean |
isCashBackFlag()
Gets the value of the cashBackFlag property.
|
boolean |
isForceCustomerSelectionFlag()
Gets the value of the forceCustomerSelectionFlag property.
|
void |
setCashBackFlag(Boolean value)
Sets the value of the cashBackFlag property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setForceCustomerSelectionFlag(Boolean value)
Sets the value of the forceCustomerSelectionFlag property.
|
void |
setLoyaltyHandling(LoyaltyHandlingType value)
Sets the value of the loyaltyHandling property.
|
void |
setPaymentType(PaymentType value)
Sets the value of the paymentType property.
|
void |
setTotalAmount(BigDecimal value)
Sets the value of the totalAmount property.
|
protected List<ForceEntryModeType> forceEntryMode
protected LoyaltyHandlingType loyaltyHandling
protected String customerLanguage
protected Boolean forceCustomerSelectionFlag
protected BigDecimal totalAmount
protected PaymentType paymentType
protected Boolean cashBackFlag
public List<String> getAllowedPaymentBrand()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowedPaymentBrand property.
For example, to add a new item, do as follows:
getAllowedPaymentBrand().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getAllowedLoyaltyBrand()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowedLoyaltyBrand property.
For example, to add a new item, do as follows:
getAllowedLoyaltyBrand().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ForceEntryModeType> getForceEntryMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the forceEntryMode property.
For example, to add a new item, do as follows:
getForceEntryMode().add(newItem);
Objects of the following type(s) are allowed in the list
ForceEntryModeType
public LoyaltyHandlingType getLoyaltyHandling()
LoyaltyHandlingTypepublic void setLoyaltyHandling(LoyaltyHandlingType value)
value - allowed object is LoyaltyHandlingTypepublic String getCustomerLanguage()
Stringpublic void setCustomerLanguage(String value)
value - allowed object is Stringpublic boolean isForceCustomerSelectionFlag()
Booleanpublic void setForceCustomerSelectionFlag(Boolean value)
value - allowed object is Booleanpublic BigDecimal getTotalAmount()
BigDecimalpublic void setTotalAmount(BigDecimal value)
value - allowed object is BigDecimalpublic PaymentType getPaymentType()
PaymentTypepublic void setPaymentType(PaymentType value)
value - allowed object is PaymentTypepublic Boolean isCashBackFlag()
BooleanCopyright © 2022. All rights reserved.