PaymentSessionsRequestCustomerAccountDetails

Parameters

authenticationMethod

Mechanism used by the cardholder to authenticate to the merchant.

authenticationTimestamp

Date and time in UTC of the cardholder authentication, in extended ISO 8601 format.

createDate

Date the cardholder opened the account with the merchant, in ISO 8601 format (YYYY-MM-DD).

changeDate

Date the cardholder’s account with the merchant was last changed, including Billing or Shipping address, new payment account, or new user(s) added, in ISO 8601 format (YYYY-MM-DD).

passwordChangeDate

Date the cardholder’s account with the merchant had a password change or account reset, in ISO 8601 format (YYYY-MM-DD).

addCardAttempts

Number of add card attempts in the last 24 hours.

accountPurchases

Number of purchases with this cardholder's account during the previous six months.

Constructors

public PaymentSessionsRequestCustomerAccountDetails PaymentSessionsRequestCustomerAccountDetails(PaymentSessionsRequestCustomerAccountDetails.AuthenticationMethod authenticationMethod, String authenticationTimestamp, String createDate, String changeDate, String passwordChangeDate, BigDecimal addCardAttempts, BigDecimal accountPurchases)

Types

Link copied to clipboard

Mechanism used by the cardholder to authenticate to the merchant. Values: GUEST,OWN_CREDENTIALS,FEDERATED_ID,ISSUER_CREDENTIALS,THIRD_PARTY_AUTHENTICATION,FIDO_AUTHENTICATION

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final BigDecimal accountPurchases
Link copied to clipboard
@Valid()
private final BigDecimal addCardAttempts
Link copied to clipboard
@Valid()
private final String authenticationTimestamp
Link copied to clipboard
@Valid()
private final String changeDate
Link copied to clipboard
@Valid()
private final String createDate
Link copied to clipboard
@Valid()
private final String passwordChangeDate

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getChangeDate()
Link copied to clipboard
public final String getCreateDate()
Link copied to clipboard