Class CustomerAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing data on the authentication used by the customer to access their accountThe last date (YYYYMMDD) on which the customer made changes to their account with you.true = the customer made changes to their account during this checkout false = the customer did nnot change anything to their account during this checkout/nThe date (YYYYMMDD) on which the customer created their account with youSpecifies if you have experienced suspicious activity on the account of the customerThe last date (YYYYMMDD) on which the customer changed their password for the account used in this transactionIndicates if the password of an account is changed during this checkoutObject containing information on the payment account data on file (tokens)Object containing data on the purchase history of the customer with youvoidObject containing data on the authentication used by the customer to access their accountvoidsetChangeDate(String value) The last date (YYYYMMDD) on which the customer made changes to their account with you.voidsetChangedDuringCheckout(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/nvoidsetCreateDate(String value) The date (YYYYMMDD) on which the customer created their account with youvoidsetHadSuspiciousActivity(Boolean value) Specifies if you have experienced suspicious activity on the account of the customervoidsetPasswordChangeDate(String value) The last date (YYYYMMDD) on which the customer changed their password for the account used in this transactionvoidIndicates if the password of an account is changed during this checkoutvoidObject containing information on the payment account data on file (tokens)voidObject containing data on the purchase history of the customer with youObject containing data on the authentication used by the customer to access their accountwithChangeDate(String value) The last date (YYYYMMDD) on which the customer made changes to their account with you.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/nwithCreateDate(String value) The date (YYYYMMDD) on which the customer created their account with youwithHadSuspiciousActivity(Boolean value) Specifies if you have experienced suspicious activity on the account of the customerwithPasswordChangeDate(String value) The last date (YYYYMMDD) on which the customer changed their password for the account used in this transactionIndicates if the password of an account is changed during this checkoutObject containing information on the payment account data on file (tokens)Object containing data on the purchase history of the customer with you
-
Constructor Details
-
CustomerAccount
public CustomerAccount()
-
-
Method Details
-
getAuthentication
Object containing data on the authentication used by the customer to access their account -
setAuthentication
Object containing data on the authentication used by the customer to access their account -
withAuthentication
Object containing data on the authentication used by the customer to access their account -
getChangeDate
The last date (YYYYMMDD) on which the customer made changes to their account with you. These are changes to billing & shipping address details, new payment account (tokens), or new users(s) added. -
setChangeDate
The last date (YYYYMMDD) on which the customer made changes to their account with you. These are changes to billing & shipping address details, new payment account (tokens), or new users(s) added. -
withChangeDate
The last date (YYYYMMDD) on which the customer made changes to their account with you. These are changes to billing & shipping address details, new payment account (tokens), or new users(s) added. -
getChangedDuringCheckout
- true = the customer made changes to their account during this checkout
- false = the customer did nnot change anything to their account during this checkout/n
The changes ment here are changes to billing & shipping address details, new payment account (tokens), or new users(s) added.
-
setChangedDuringCheckout
- true = the customer made changes to their account during this checkout
- false = the customer did nnot change anything to their account during this checkout/n
The changes ment here are changes to billing & shipping address details, new payment account (tokens), or new users(s) added.
-
withChangedDuringCheckout
- true = the customer made changes to their account during this checkout
- false = the customer did nnot change anything to their account during this checkout/n
The changes ment here are changes to billing & shipping address details, new payment account (tokens), or new users(s) added.
-
getCreateDate
The date (YYYYMMDD) on which the customer created their account with you -
setCreateDate
The date (YYYYMMDD) on which the customer created their account with you -
withCreateDate
The date (YYYYMMDD) on which the customer created their account with you -
getHadSuspiciousActivity
Specifies if you have experienced suspicious activity on the account of the customertrue = you have experienced suspicious activity (including previous fraud) on the customer account used for this transaction
false = you have experienced no suspicious activity (including previous fraud) on the customer account used for this transaction
-
setHadSuspiciousActivity
Specifies if you have experienced suspicious activity on the account of the customertrue = you have experienced suspicious activity (including previous fraud) on the customer account used for this transaction
false = you have experienced no suspicious activity (including previous fraud) on the customer account used for this transaction
-
withHadSuspiciousActivity
Specifies if you have experienced suspicious activity on the account of the customertrue = you have experienced suspicious activity (including previous fraud) on the customer account used for this transaction
false = you have experienced no suspicious activity (including previous fraud) on the customer account used for this transaction
-
getPasswordChangeDate
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction -
setPasswordChangeDate
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction -
withPasswordChangeDate
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction -
getPasswordChangedDuringCheckout
Indicates if the password of an account is changed during this checkouttrue = the customer made changes to their password of the account used during this checkout
false = the customer did not change anything to their password of the account used during this checkout
-
setPasswordChangedDuringCheckout
Indicates if the password of an account is changed during this checkouttrue = the customer made changes to their password of the account used during this checkout
false = the customer did not change anything to their password of the account used during this checkout
-
withPasswordChangedDuringCheckout
Indicates if the password of an account is changed during this checkouttrue = the customer made changes to their password of the account used during this checkout
false = the customer did not change anything to their password of the account used during this checkout
-
getPaymentAccountOnFile
Object containing information on the payment account data on file (tokens) -
setPaymentAccountOnFile
Object containing information on the payment account data on file (tokens) -
withPaymentAccountOnFile
Object containing information on the payment account data on file (tokens) -
getPaymentActivity
Object containing data on the purchase history of the customer with you -
setPaymentActivity
Object containing data on the purchase history of the customer with you -
withPaymentActivity
Object containing data on the purchase history of the customer with you
-