Package com.onlinepayments.domain
Class PaymentProductDisplayHints
java.lang.Object
com.onlinepayments.domain.PaymentProductDisplayHints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines the order in which the payment products and groups should be shown (sorted ascending)getLabel()Name of the payment product or group based on the locale that was included in the requestgetLogo()Partial URL that you can reference for the image of this payment product.voidsetDisplayOrder(Integer value) Determines the order in which the payment products and groups should be shown (sorted ascending)voidName of the payment product or group based on the locale that was included in the requestvoidPartial URL that you can reference for the image of this payment product.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.
-
Constructor Details
-
PaymentProductDisplayHints
public PaymentProductDisplayHints()
-
-
Method Details
-
getDisplayOrder
Determines the order in which the payment products and groups should be shown (sorted ascending) -
setDisplayOrder
Determines the order in which the payment products and groups should be shown (sorted ascending) -
withDisplayOrder
Determines the order in which the payment products and groups should be shown (sorted ascending) -
getLabel
Name of the payment product or group based on the locale that was included in the request -
setLabel
Name of the payment product or group based on the locale that was included in the request -
withLabel
Name of the payment product or group based on the locale that was included in the request -
getLogo
Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio. -
setLogo
Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio. -
withLogo
Partial URL that you can reference for the image of this payment product. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.
-