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
* 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.
|
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
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
|
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
true = 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
|
PaymentAccountOnFile |
getPaymentAccountOnFile()
Object containing information on the payment account data on file (tokens)
|
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
* 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.
|
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
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
|
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
true = 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
|
void |
setPaymentAccountOnFile(PaymentAccountOnFile value)
Object containing information on the payment account data on file (tokens)
|
void |
setPaymentActivity(CustomerPaymentActivity value)
Object containing data on the purchase history of the customer with you
|
CustomerAccount |
withAuthentication(CustomerAccountAuthentication value)
Object containing data on the authentication used by the customer to access their account
|
CustomerAccount |
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/n
The changes ment here are changes to billing & shipping address details, new payment account (tokens), or new users(s) added.
|
CustomerAccount |
withCreateDate(String value)
The date (YYYYMMDD) on which the customer created their account with you
|
CustomerAccount |
withHadSuspiciousActivity(Boolean value)
Specifies if you have experienced suspicious activity on the account of the customer
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
|
CustomerAccount |
withPasswordChangeDate(String value)
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction
|
CustomerAccount |
withPasswordChangedDuringCheckout(Boolean value)
Indicates if the password of an account is changed during this checkout
true = 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
|
CustomerAccount |
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 you
|
public CustomerAccountAuthentication getAuthentication()
public void setAuthentication(CustomerAccountAuthentication value)
public CustomerAccount withAuthentication(CustomerAccountAuthentication value)
public String getChangeDate()
public void setChangeDate(String value)
public CustomerAccount withChangeDate(String value)
public Boolean getChangedDuringCheckout()
public void setChangedDuringCheckout(Boolean value)
public CustomerAccount withChangedDuringCheckout(Boolean value)
public String getCreateDate()
public void setCreateDate(String value)
public CustomerAccount withCreateDate(String value)
public Boolean getHadSuspiciousActivity()
public void setHadSuspiciousActivity(Boolean value)
public CustomerAccount withHadSuspiciousActivity(Boolean value)
public String getPasswordChangeDate()
public void setPasswordChangeDate(String value)
public CustomerAccount withPasswordChangeDate(String value)
public Boolean getPasswordChangedDuringCheckout()
public void setPasswordChangedDuringCheckout(Boolean value)
public CustomerAccount withPasswordChangedDuringCheckout(Boolean value)
public PaymentAccountOnFile getPaymentAccountOnFile()
public void setPaymentAccountOnFile(PaymentAccountOnFile value)
public CustomerAccount withPaymentAccountOnFile(PaymentAccountOnFile value)
public CustomerPaymentActivity getPaymentActivity()
public void setPaymentActivity(CustomerPaymentActivity value)
public CustomerAccount withPaymentActivity(CustomerPaymentActivity value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.