Package com.onlinepayments.domain
Class CardPaymentMethodSpecificInputForHostedCheckout
java.lang.Object
com.onlinepayments.domain.CardPaymentMethodSpecificInputForHostedCheckout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue - Hosted Checkout will show Click to Pay, with cards grouped as one payment method false - Default - Hosted Checkout will show cards as separate payment methods without Click to Paytrue - Hosted Checkout will allow to show cards grouped as one payment method false - Default - Hosted Checkout will show cards as separate payment methodsThis array contains the payment product identifiers representing the brands.voidsetClickToPay(Boolean value) true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method false - Default - Hosted Checkout will show cards as separate payment methods without Click to PayvoidsetGroupCards(Boolean value) true - Hosted Checkout will allow to show cards grouped as one payment method false - Default - Hosted Checkout will show cards as separate payment methodsvoidThis array contains the payment product identifiers representing the brands.withClickToPay(Boolean value) true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method false - Default - Hosted Checkout will show cards as separate payment methods without Click to PaywithGroupCards(Boolean value) true - Hosted Checkout will allow to show cards grouped as one payment method false - Default - Hosted Checkout will show cards as separate payment methodsThis array contains the payment product identifiers representing the brands.
-
Constructor Details
-
CardPaymentMethodSpecificInputForHostedCheckout
public CardPaymentMethodSpecificInputForHostedCheckout()
-
-
Method Details
-
getClickToPay
- true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method
- false - Default - Hosted Checkout will show cards as separate payment methods without Click to Pay
-
setClickToPay
- true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method
- false - Default - Hosted Checkout will show cards as separate payment methods without Click to Pay
-
withClickToPay
- true - Hosted Checkout will show Click to Pay, with cards grouped as one payment method
- false - Default - Hosted Checkout will show cards as separate payment methods without Click to Pay
-
getGroupCards
- true - Hosted Checkout will allow to show cards grouped as one payment method
- false - Default - Hosted Checkout will show cards as separate payment methods
-
setGroupCards
- true - Hosted Checkout will allow to show cards grouped as one payment method
- false - Default - Hosted Checkout will show cards as separate payment methods
-
withGroupCards
- true - Hosted Checkout will allow to show cards grouped as one payment method
- false - Default - Hosted Checkout will show cards as separate payment methods
-
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, when groupCards is activated. -
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, when groupCards is activated. -
withPaymentProductPreferredOrder
public CardPaymentMethodSpecificInputForHostedCheckout 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, when groupCards is activated.
-