Uses of Class
com.onlinepayments.domain.PaymentProductDisplayHints
Packages that use PaymentProductDisplayHints
-
Uses of PaymentProductDisplayHints in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductDisplayHintsModifier and TypeMethodDescriptionPaymentProduct.getDisplayHints()Object containing display hints like the order of the product when shown in a list, the name of the product and the logoPaymentProductGroup.getDisplayHints()Object containing display hints like the order of the product when shown in a list, the name of the product and the logoPaymentProductDisplayHints.withDisplayOrder(Integer value) Determines the order in which the payment products and groups should be shown (sorted ascending)Name of the payment product or group based on the locale that was included in the requestPartial URL that you can reference for the image of this payment product.Methods in com.onlinepayments.domain that return types with arguments of type PaymentProductDisplayHintsModifier and TypeMethodDescriptionPaymentProduct.getDisplayHintsList()PaymentProductGroup.getDisplayHintsList()Methods in com.onlinepayments.domain with parameters of type PaymentProductDisplayHintsModifier and TypeMethodDescriptionvoidPaymentProduct.setDisplayHints(PaymentProductDisplayHints value) Object containing display hints like the order of the product when shown in a list, the name of the product and the logovoidPaymentProductGroup.setDisplayHints(PaymentProductDisplayHints value) Object containing display hints like the order of the product when shown in a list, the name of the product and the logoPaymentProduct.withDisplayHints(PaymentProductDisplayHints value) Object containing display hints like the order of the product when shown in a list, the name of the product and the logoPaymentProductGroup.withDisplayHints(PaymentProductDisplayHints value) Object containing display hints like the order of the product when shown in a list, the name of the product and the logoMethod parameters in com.onlinepayments.domain with type arguments of type PaymentProductDisplayHintsModifier and TypeMethodDescriptionvoidPaymentProduct.setDisplayHintsList(List<PaymentProductDisplayHints> value) voidPaymentProductGroup.setDisplayHintsList(List<PaymentProductDisplayHints> value) PaymentProduct.withDisplayHintsList(List<PaymentProductDisplayHints> value) PaymentProductGroup.withDisplayHintsList(List<PaymentProductDisplayHints> value)