Package com.onlinepayments.domain
Class AccountOnFile
java.lang.Object
com.onlinepayments.domain.AccountOnFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing information for the client on how best to display this fieldgetId()Payment product identifier - Please see Products documentation for a full overview of possible values.voidsetAttributes(List<AccountOnFileAttribute> value) voidObject containing information for the client on how best to display this fieldvoidvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.withAttributes(List<AccountOnFileAttribute> value) Object containing information for the client on how best to display this fieldwithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
AccountOnFile
public AccountOnFile()
-
-
Method Details
-
getAttributes
-
setAttributes
-
withAttributes
-
getDisplayHints
Object containing information for the client on how best to display this field -
setDisplayHints
Object containing information for the client on how best to display this field -
withDisplayHints
Object containing information for the client on how best to display this field -
getId
-
setId
-
withId
-
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values.
-