public class CustomerAccount extends Object
Constructor and Description |
---|
CustomerAccount() |
Modifier and Type | Method and Description |
---|---|
CustomerAccountAuthentication |
getAuthentication()
Object containing data on the authentication used by the customer to access their account
|
String |
getChangeDate()
The last date (YYYYMMDD) on which the customer made changes to their account with you.
|
Boolean |
getChangedDuringCheckout()
true = the customer made changes to their account during this checkout
|
String |
getCreateDate()
The date (YYYYMMDD) on which the customer created their account with you
|
Boolean |
getHadSuspiciousActivity()
Specifies if you have experienced suspicious activity on the account of the customer
|
Boolean |
getHasForgottenPassword()
Specifies if the customer (initially) had forgotten their password
|
Boolean |
getHasPassword()
Specifies if the customer entered a password to gain access to an account registered with the you
|
String |
getPasswordChangeDate()
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction
|
Boolean |
getPasswordChangedDuringCheckout()
Indicates if the password of an account is changed during this checkout
|
PaymentAccountOnFile |
getPaymentAccountOnFile()
Object containing information on the payment account data on file (tokens)
|
String |
getPaymentAccountOnFileType()
Indicates the type of account.
|
CustomerPaymentActivity |
getPaymentActivity()
Object containing data on the purchase history of the customer with you
|
void |
setAuthentication(CustomerAccountAuthentication value)
Object containing data on the authentication used by the customer to access their account
|
void |
setChangeDate(String value)
The last date (YYYYMMDD) on which the customer made changes to their account with you.
|
void |
setChangedDuringCheckout(Boolean value)
true = the customer made changes to their account during this checkout
|
void |
setCreateDate(String value)
The date (YYYYMMDD) on which the customer created their account with you
|
void |
setHadSuspiciousActivity(Boolean value)
Specifies if you have experienced suspicious activity on the account of the customer
|
void |
setHasForgottenPassword(Boolean value)
Specifies if the customer (initially) had forgotten their password
|
void |
setHasPassword(Boolean value)
Specifies if the customer entered a password to gain access to an account registered with the you
|
void |
setPasswordChangeDate(String value)
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction
|
void |
setPasswordChangedDuringCheckout(Boolean value)
Indicates if the password of an account is changed during this checkout
|
void |
setPaymentAccountOnFile(PaymentAccountOnFile value)
Object containing information on the payment account data on file (tokens)
|
void |
setPaymentAccountOnFileType(String value)
Indicates the type of account.
|
void |
setPaymentActivity(CustomerPaymentActivity value)
Object containing data on the purchase history of the customer with you
|
public CustomerAccountAuthentication getAuthentication()
public void setAuthentication(CustomerAccountAuthentication value)
public String getChangeDate()
public void setChangeDate(String value)
public Boolean getChangedDuringCheckout()
false = the customer didn't 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.
public void setChangedDuringCheckout(Boolean value)
false = the customer didn't 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.
public String getCreateDate()
public void setCreateDate(String value)
public Boolean getHadSuspiciousActivity()
true = 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
public void setHadSuspiciousActivity(Boolean value)
true = 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
public Boolean getHasForgottenPassword()
public void setHasForgottenPassword(Boolean value)
public Boolean getHasPassword()
public void setHasPassword(Boolean value)
public String getPasswordChangeDate()
public void setPasswordChangeDate(String value)
public Boolean getPasswordChangedDuringCheckout()
true = the customer made changes to their password of the account used during this checkout
alse = the customer didn't change anything to their password of the account used during this checkout
public void setPasswordChangedDuringCheckout(Boolean value)
true = the customer made changes to their password of the account used during this checkout
alse = the customer didn't change anything to their password of the account used during this checkout
public PaymentAccountOnFile getPaymentAccountOnFile()
public void setPaymentAccountOnFile(PaymentAccountOnFile value)
public String getPaymentAccountOnFileType()
public void setPaymentAccountOnFileType(String value)
public CustomerPaymentActivity getPaymentActivity()
public void setPaymentActivity(CustomerPaymentActivity value)
Copyright © 2024 Worldline Global Collect. All rights reserved.