AccountInfo |
AccountInfo.accountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator) |
Indicator for the length of time since this shopper account was created in the merchant's environment.
|
AccountInfo |
AccountInfo.accountChangeDate(OffsetDateTime accountChangeDate) |
Date when the shopper's account was last changed.
|
AccountInfo |
AccountInfo.accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator) |
Indicator for the length of time since the shopper's account was last updated.
|
AccountInfo |
AccountInfo.accountCreationDate(OffsetDateTime accountCreationDate) |
Date when the shopper's account was created.
|
AccountInfo |
AccountInfo.accountType(AccountInfo.AccountTypeEnum accountType) |
Indicates the type of account.
|
AccountInfo |
AccountInfo.addCardAttemptsDay(Integer addCardAttemptsDay) |
Number of attempts the shopper tried to add a card to their account in the last day.
|
AccountInfo |
AccountInfo.deliveryAddressUsageDate(OffsetDateTime deliveryAddressUsageDate) |
Date the selected delivery address was first used.
|
AccountInfo |
AccountInfo.deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator) |
Indicator for the length of time since this delivery address was first used.
|
static AccountInfo |
AccountInfo.fromJson(String jsonString) |
Create an instance of AccountInfo given an JSON string
|
AccountInfo |
BalanceCheckRequest.getAccountInfo() |
accountInfo
|
AccountInfo |
CreateCheckoutSessionRequest.getAccountInfo() |
accountInfo
|
AccountInfo |
CreateCheckoutSessionResponse.getAccountInfo() |
accountInfo
|
AccountInfo |
DonationPaymentRequest.getAccountInfo() |
accountInfo
|
AccountInfo |
PaymentRequest.getAccountInfo() |
accountInfo
|
AccountInfo |
AccountInfo.homePhone(String homePhone) |
Deprecated.
|
AccountInfo |
AccountInfo.mobilePhone(String mobilePhone) |
Deprecated.
|
AccountInfo |
AccountInfo.passwordChangeDate(OffsetDateTime passwordChangeDate) |
Date when the shopper last changed their password.
|
AccountInfo |
AccountInfo.passwordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator) |
Indicator when the shopper has changed their password.
|
AccountInfo |
AccountInfo.pastTransactionsDay(Integer pastTransactionsDay) |
Number of all transactions (successful and abandoned) from this shopper in the past 24 hours.
|
AccountInfo |
AccountInfo.pastTransactionsYear(Integer pastTransactionsYear) |
Number of all transactions (successful and abandoned) from this shopper in the past year.
|
AccountInfo |
AccountInfo.paymentAccountAge(OffsetDateTime paymentAccountAge) |
Date this payment method was added to the shopper's account.
|
AccountInfo |
AccountInfo.paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator) |
Indicator for the length of time since this payment method was added to this shopper's account.
|
AccountInfo |
AccountInfo.purchasesLast6Months(Integer purchasesLast6Months) |
Number of successful purchases in the last six months.
|
AccountInfo |
AccountInfo.suspiciousActivity(Boolean suspiciousActivity) |
Whether suspicious activity was recorded on this account.
|
AccountInfo |
AccountInfo.workPhone(String workPhone) |
Deprecated.
|