public class TransactionConditionsType extends Object
Java class for TransactionConditionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionConditionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowedPaymentBrand" type="{}AllowedPaymentBrandType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AcquirerID" type="{}AcquirerIDType" 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="DebitPreferredFlag" type="{}DebitPreferredFlagType" default="false" />
<attribute name="LoyaltyHandling" type="{}LoyaltyHandlingTypeCode" default="Forbidden" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="ForceOnlineFlag" type="{}ForceOnlineFlagType" default="false" />
<attribute name="MerchantCategoryCode" type="{}MerchantCategoryCodeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
acquirerID |
protected List<String> |
allowedLoyaltyBrand |
protected List<String> |
allowedPaymentBrand |
protected String |
customerLanguage |
protected Boolean |
debitPreferredFlag |
protected List<JAXBElement<List<String>>> |
forceEntryMode |
protected Boolean |
forceOnlineFlag |
protected String |
loyaltyHandling |
protected String |
merchantCategoryCode |
| Constructor and Description |
|---|
TransactionConditionsType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcquirerID()
Gets the value of the acquirerID property.
|
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 |
getMerchantCategoryCode()
Gets the value of the merchantCategoryCode property.
|
boolean |
isDebitPreferredFlag()
Gets the value of the debitPreferredFlag property.
|
boolean |
isForceOnlineFlag()
Gets the value of the forceOnlineFlag property.
|
void |
setCustomerLanguage(String value)
Sets the value of the customerLanguage property.
|
void |
setDebitPreferredFlag(Boolean value)
Sets the value of the debitPreferredFlag property.
|
void |
setForceOnlineFlag(Boolean value)
Sets the value of the forceOnlineFlag property.
|
void |
setLoyaltyHandling(String value)
Sets the value of the loyaltyHandling property.
|
void |
setMerchantCategoryCode(String value)
Sets the value of the merchantCategoryCode property.
|
protected List<JAXBElement<List<String>>> forceEntryMode
protected Boolean debitPreferredFlag
protected String loyaltyHandling
protected String customerLanguage
protected Boolean forceOnlineFlag
protected String merchantCategoryCode
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> getAcquirerID()
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 acquirerID property.
For example, to add a new item, do as follows:
getAcquirerID().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 boolean isDebitPreferredFlag()
Booleanpublic void setDebitPreferredFlag(Boolean value)
value - allowed object is
Booleanpublic 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 isForceOnlineFlag()
Booleanpublic void setForceOnlineFlag(Boolean value)
value - allowed object is
Booleanpublic String getMerchantCategoryCode()
StringCopyright © 2018. All rights reserved.