Class CardControlSettings.Merchant
java.lang.Object
com.thalesgroup.gemalto.d1.card.cardservice.CardControlSettings.Merchant
- Enclosing class:
- CardControlSettings
The set of controls applied on merchant category for the card issued by D1.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTo enable/disable the payment setting with merchant that has adult activities.To enable/disable the payment setting with merchant that has gambling activities.To enable/disable the payment setting with merchant that has been categorised as risky by the scheme.voidsetAdultMerchantEnabled(Boolean enabled) Enable/disable the payment setting with merchant that has adult activities.voidsetGamblingMerchantEnabled(Boolean enabled) Enable/disable the payment setting with merchant that has gambling activities.voidsetRiskyMerchantEnabled(Boolean enabled) Enable/disable the payment setting with merchant that has been categorised as risky by the scheme.
-
Constructor Details
-
Merchant
public Merchant()
-
-
Method Details
-
isGamblingMerchantEnabled
To enable/disable the payment setting with merchant that has gambling activities. -
setGamblingMerchantEnabled
Enable/disable the payment setting with merchant that has gambling activities. Mandatory for getCardSettings API. -
isAdultMerchantEnabled
To enable/disable the payment setting with merchant that has adult activities. -
setAdultMerchantEnabled
Enable/disable the payment setting with merchant that has adult activities. Mandatory for getCardSettings API. -
isRiskyMerchantEnabled
To enable/disable the payment setting with merchant that has been categorised as risky by the scheme. -
setRiskyMerchantEnabled
Enable/disable the payment setting with merchant that has been categorised as risky by the scheme. Mandatory for getCardSettings API.
-