Uses of Class
com.onlinepayments.domain.CustomerAccount
Packages that use CustomerAccount
-
Uses of CustomerAccount in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CustomerAccountModifier and TypeMethodDescriptionCustomer.getAccount()Object containing data related to the account the customer has with youCustomerAccount.withAuthentication(CustomerAccountAuthentication value) Object containing data on the authentication used by the customer to access their accountCustomerAccount.withChangeDate(String value) The last date (YYYYMMDD) on which the customer made changes to their account with you.CustomerAccount.withChangedDuringCheckout(Boolean value) true = the customer made changes to their account during this checkout false = the customer did nnot change anything to their account during this checkout/nCustomerAccount.withCreateDate(String value) The date (YYYYMMDD) on which the customer created their account with youCustomerAccount.withHadSuspiciousActivity(Boolean value) Specifies if you have experienced suspicious activity on the account of the customerCustomerAccount.withPasswordChangeDate(String value) The last date (YYYYMMDD) on which the customer changed their password for the account used in this transactionCustomerAccount.withPasswordChangedDuringCheckout(Boolean value) Indicates if the password of an account is changed during this checkoutCustomerAccount.withPaymentAccountOnFile(PaymentAccountOnFile value) Object containing information on the payment account data on file (tokens)CustomerAccount.withPaymentActivity(CustomerPaymentActivity value) Object containing data on the purchase history of the customer with youMethods in com.onlinepayments.domain with parameters of type CustomerAccountModifier and TypeMethodDescriptionvoidCustomer.setAccount(CustomerAccount value) Object containing data related to the account the customer has with youCustomer.withAccount(CustomerAccount value) Object containing data related to the account the customer has with you