public class CardAcquisitionTransactionType extends Object
Java class for CardAcquisitionTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAcquisitionTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowedPaymentBrand" type="{}AllowedPaymentBrandType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AllowedLoyaltyBrand" type="{}AllowedLoyaltyBrandType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ForceEntryMode" type="{}ForceEntryModeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LoyaltyHandling" type="{}LoyaltyHandlingTypeCode" default="Allowed" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="ForceCustomerSelectionFlag" type="{}ForceCustomerSelectionFlagType" default="false" />
<attribute name="TotalAmount" type="{}SimpleAmountType" />
<attribute name="PaymentType" type="{}PaymentTypeTypeCode" />
<attribute name="CashBackFlag" type="{}CashBackFlagType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedLoyaltyBrand |
protected List<String> |
allowedPaymentBrand |
protected Boolean |
cashBackFlag |
protected String |
customerLanguage |
protected Boolean |
forceCustomerSelectionFlag |
protected List<JAXBElement<List<String>>> |
forceEntryMode |
protected String |
loyaltyHandling |
protected String |
paymentType |
protected BigDecimal |
totalAmount |
| Constructor and Description |
|---|
CardAcquisitionTransactionType() |
| 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<JAXBElement<List<String>>> |
getForceEntryMode()
Gets the value of the forceEntryMode property.
|
String |
getLoyaltyHandling()
Gets the value of the loyaltyHandling property.
|
String |
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(String value)
Sets the value of the loyaltyHandling property.
|
void |
setPaymentType(String value)
Sets the value of the paymentType property.
|
void |
setTotalAmount(BigDecimal value)
Sets the value of the totalAmount property.
|
protected List<JAXBElement<List<String>>> forceEntryMode
protected String loyaltyHandling
protected String customerLanguage
protected Boolean forceCustomerSelectionFlag
protected BigDecimal totalAmount
protected String 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<JAXBElement<List<String>>> 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
JAXBElement<List<String>>
public String getLoyaltyHandling()
Stringpublic void setLoyaltyHandling(String value)
value - allowed object is
Stringpublic 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 String getPaymentType()
Stringpublic void setPaymentType(String value)
value - allowed object is
Stringpublic Boolean isCashBackFlag()
BooleanCopyright © 2018. All rights reserved.