public class TransactionConditions extends Object
Java class for TransactionConditions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionConditions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowedPaymentBrand" type="{}AllowedPaymentBrand" maxOccurs="unbounded" minOccurs="0"/>
<element name="AcquirerID" type="{}AcquirerID" 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="DebitPreferredFlag" type="{}DebitPreferredFlag" default="false" />
<attribute name="LoyaltyHandling" type="{}LoyaltyHandlingType" default="Forbidden" />
<attribute name="CustomerLanguage" type="{}ISOLanguage2A" />
<attribute name="ForceOnlineFlag" type="{}ForceOnlineFlag" default="false" />
<attribute name="MerchantCategoryCode" type="{}MerchantCategoryCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
acquirerID
The Acquirer id.
|
protected List<String> |
allowedLoyaltyBrand
The Allowed loyalty brand.
|
protected List<String> |
allowedPaymentBrand
The Allowed payment brand.
|
protected String |
customerLanguage
The Customer language.
|
protected Boolean |
debitPreferredFlag
The Debit preferred flag.
|
protected List<ForceEntryModeType> |
forceEntryMode
The Force entry mode.
|
protected Boolean |
forceOnlineFlag
The Force online flag.
|
protected LoyaltyHandlingType |
loyaltyHandling
The Loyalty handling.
|
protected String |
merchantCategoryCode
The Merchant category code.
|
| Constructor and Description |
|---|
TransactionConditions() |
| 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<ForceEntryModeType> |
getForceEntryMode()
Gets the value of the forceEntryMode property.
|
LoyaltyHandlingType |
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(LoyaltyHandlingType value)
Sets the value of the loyaltyHandling property.
|
void |
setMerchantCategoryCode(String value)
Sets the value of the merchantCategoryCode property.
|
protected List<ForceEntryModeType> forceEntryMode
protected Boolean debitPreferredFlag
protected LoyaltyHandlingType 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<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 boolean isDebitPreferredFlag()
Booleanpublic void setDebitPreferredFlag(Boolean value)
value - allowed object is Booleanpublic 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 isForceOnlineFlag()
Booleanpublic void setForceOnlineFlag(Boolean value)
value - allowed object is Booleanpublic String getMerchantCategoryCode()
StringCopyright © 2022. All rights reserved.