Uses of Class
com.onlinepayments.domain.AccountOnFile
Packages that use AccountOnFile
-
Uses of AccountOnFile in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AccountOnFileModifier and TypeMethodDescriptionPaymentProductGroup.getAccountOnFile()AccountOnFile.withAttributes(List<AccountOnFileAttribute> value) AccountOnFile.withDisplayHints(AccountOnFileDisplayHints value) Object containing information for the client on how best to display this fieldAccountOnFile.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.Methods in com.onlinepayments.domain that return types with arguments of type AccountOnFileModifier and TypeMethodDescriptionPaymentProduct.getAccountsOnFile()List of tokens for that payment productMethods in com.onlinepayments.domain with parameters of type AccountOnFileModifier and TypeMethodDescriptionvoidPaymentProductGroup.setAccountOnFile(AccountOnFile value) PaymentProductGroup.withAccountOnFile(AccountOnFile value) Method parameters in com.onlinepayments.domain with type arguments of type AccountOnFileModifier and TypeMethodDescriptionvoidPaymentProduct.setAccountsOnFile(List<AccountOnFile> value) List of tokens for that payment productPaymentProduct.withAccountsOnFile(List<AccountOnFile> value) List of tokens for that payment product