Uses of Class
com.onlinepayments.domain.PaymentAccountOnFile
Packages that use PaymentAccountOnFile
-
Uses of PaymentAccountOnFile in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentAccountOnFileModifier and TypeMethodDescriptionCustomerAccount.getPaymentAccountOnFile()Object containing information on the payment account data on file (tokens)PaymentAccountOnFile.withCreateDate(String value) The date (YYYYMMDD) when the payment account on file was first created.PaymentAccountOnFile.withNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value) Number of attempts made to add new card to the customer account in the last 24 hoursMethods in com.onlinepayments.domain with parameters of type PaymentAccountOnFileModifier and TypeMethodDescriptionvoidCustomerAccount.setPaymentAccountOnFile(PaymentAccountOnFile value) Object containing information on the payment account data on file (tokens)CustomerAccount.withPaymentAccountOnFile(PaymentAccountOnFile value) Object containing information on the payment account data on file (tokens)