Package com.onlinepayments.domain
Class AccountOnFileDisplayHints
java.lang.Object
com.onlinepayments.domain.AccountOnFileDisplayHints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArray of attribute keys and their maskgetLogo()Partial URL that you can reference for the image of this payment product.voidsetLabelTemplate(List<LabelTemplateElement> value) Array of attribute keys and their maskvoidPartial URL that you can reference for the image of this payment product.Array of attribute keys and their maskPartial URL that you can reference for the image of this payment product.
-
Constructor Details
-
AccountOnFileDisplayHints
public AccountOnFileDisplayHints()
-
-
Method Details
-
getLabelTemplate
Array of attribute keys and their mask -
setLabelTemplate
Array of attribute keys and their mask -
withLabelTemplate
Array of attribute keys and their mask -
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.
-