| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CustomerAccount |
Customer.getAccount()
Object containing data related to the account the customer has with you
|
CustomerAccount |
CustomerAccount.withAuthentication(CustomerAccountAuthentication value)
Object containing data on the authentication used by the customer to access their account
|
CustomerAccount |
CustomerAccount.withChangeDate(String value)
The last date (YYYYMMDD) on which the customer made changes to their account with you.
|
CustomerAccount |
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 |
CustomerAccount.withCreateDate(String value)
The date (YYYYMMDD) on which the customer created their account with you
|
CustomerAccount |
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 |
CustomerAccount.withPasswordChangeDate(String value)
The last date (YYYYMMDD) on which the customer changed their password for the account used in this transaction
|
CustomerAccount |
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 |
CustomerAccount.withPaymentAccountOnFile(PaymentAccountOnFile value)
Object containing information on the payment account data on file (tokens)
|
CustomerAccount |
CustomerAccount.withPaymentActivity(CustomerPaymentActivity value)
Object containing data on the purchase history of the customer with you
|
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setAccount(CustomerAccount value)
Object containing data related to the account the customer has with you
|
Customer |
Customer.withAccount(CustomerAccount value)
Object containing data related to the account the customer has with you
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.