Package com.onlinepayments.domain
Class CreditCardSpecificInputHostedTokenization
java.lang.Object
com.onlinepayments.domain.CreditCardSpecificInputHostedTokenization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis array contains the payment product identifiers representing the brands.voidThis array contains the payment product identifiers representing the brands.voidThis array contains the payment product identifiers representing the brands.
-
Constructor Details
-
CreditCardSpecificInputHostedTokenization
public CreditCardSpecificInputHostedTokenization()
-
-
Method Details
-
getValidationRules
-
setValidationRules
-
withValidationRules
public CreditCardSpecificInputHostedTokenization withValidationRules(CreditCardValidationRulesHostedTokenization value) -
getPaymentProductPreferredOrder
This array contains the payment product identifiers representing the brands. For co-badged cards, this displays their available brands in the order defined by this array. -
setPaymentProductPreferredOrder
This array contains the payment product identifiers representing the brands. For co-badged cards, this displays their available brands in the order defined by this array. -
withPaymentProductPreferredOrder
public CreditCardSpecificInputHostedTokenization withPaymentProductPreferredOrder(List<Integer> value) This array contains the payment product identifiers representing the brands. For co-badged cards, this displays their available brands in the order defined by this array.
-