public class AccountInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountInfo.AccountAgeIndicatorEnum
Indicator for the length of time since this shopper account was created in the merchant's environment.
|
static class |
AccountInfo.AccountChangeIndicatorEnum
Indicator for the length of time since the shopper's account was last updated.
|
static class |
AccountInfo.AccountTypeEnum
Indicates the type of account.
|
static class |
AccountInfo.DeliveryAddressUsageIndicatorEnum
Indicator for the length of time since this delivery address was first used.
|
static class |
AccountInfo.PasswordChangeIndicatorEnum
Indicator when the shopper has changed their password.
|
static class |
AccountInfo.PaymentAccountIndicatorEnum
Indicator for the length of time since this payment method was added to this shopper's account.
|
| Constructor and Description |
|---|
AccountInfo() |
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
accountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator) |
AccountInfo |
accountChangeDate(Date accountChangeDate) |
AccountInfo |
accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator) |
AccountInfo |
accountCreationDate(Date accountCreationDate) |
AccountInfo |
accountType(AccountInfo.AccountTypeEnum accountType) |
AccountInfo |
addCardAttemptsDay(Integer addCardAttemptsDay) |
AccountInfo |
deliveryAddressUsageDate(Date deliveryAddressUsageDate) |
AccountInfo |
deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator) |
boolean |
equals(Object o) |
AccountInfo.AccountAgeIndicatorEnum |
getAccountAgeIndicator()
Indicator for the length of time since this shopper account was created in the merchant's environment.
|
Date |
getAccountChangeDate()
Date when the shopper's account was last changed.
|
AccountInfo.AccountChangeIndicatorEnum |
getAccountChangeIndicator()
Indicator for the length of time since the shopper's account was last updated.
|
Date |
getAccountCreationDate()
Date when the shopper's account was created.
|
AccountInfo.AccountTypeEnum |
getAccountType()
Indicates the type of account.
|
Integer |
getAddCardAttemptsDay()
Number of attempts the shopper tried to add a card to their account in the last day.
|
Date |
getDeliveryAddressUsageDate()
Date the selected delivery address was first used.
|
AccountInfo.DeliveryAddressUsageIndicatorEnum |
getDeliveryAddressUsageIndicator()
Indicator for the length of time since this delivery address was first used.
|
String |
getHomePhone()
Shopper's home phone number (including the country code).
|
String |
getMobilePhone()
Shopper's mobile phone number (including the country code).
|
Date |
getPasswordChangeDate()
Date when the shopper last changed their password.
|
AccountInfo.PasswordChangeIndicatorEnum |
getPasswordChangeIndicator()
Indicator when the shopper has changed their password.
|
Integer |
getPastTransactionsDay()
Number of all transactions (successful and abandoned) from this shopper in the past 24 hours.
|
Integer |
getPastTransactionsYear()
Number of all transactions (successful and abandoned) from this shopper in the past year.
|
Date |
getPaymentAccountAge()
Date this payment method was added to the shopper's account.
|
AccountInfo.PaymentAccountIndicatorEnum |
getPaymentAccountIndicator()
Indicator for the length of time since this payment method was added to this shopper's account.
|
Integer |
getPurchasesLast6Months()
Number of successful purchases in the last six months.
|
String |
getWorkPhone()
Shopper's work phone number (including the country code).
|
int |
hashCode() |
AccountInfo |
homePhone(String homePhone) |
Boolean |
isSuspiciousActivity()
Whether suspicious activity was recorded on this account.
|
AccountInfo |
mobilePhone(String mobilePhone) |
AccountInfo |
passwordChangeDate(Date passwordChangeDate) |
AccountInfo |
passwordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator) |
AccountInfo |
pastTransactionsDay(Integer pastTransactionsDay) |
AccountInfo |
pastTransactionsYear(Integer pastTransactionsYear) |
AccountInfo |
paymentAccountAge(Date paymentAccountAge) |
AccountInfo |
paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator) |
AccountInfo |
purchasesLast6Months(Integer purchasesLast6Months) |
void |
setAccountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator) |
void |
setAccountChangeDate(Date accountChangeDate) |
void |
setAccountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator) |
void |
setAccountCreationDate(Date accountCreationDate) |
void |
setAccountType(AccountInfo.AccountTypeEnum accountType) |
void |
setAddCardAttemptsDay(Integer addCardAttemptsDay) |
void |
setDeliveryAddressUsageDate(Date deliveryAddressUsageDate) |
void |
setDeliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator) |
void |
setHomePhone(String homePhone) |
void |
setMobilePhone(String mobilePhone) |
void |
setPasswordChangeDate(Date passwordChangeDate) |
void |
setPasswordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator) |
void |
setPastTransactionsDay(Integer pastTransactionsDay) |
void |
setPastTransactionsYear(Integer pastTransactionsYear) |
void |
setPaymentAccountAge(Date paymentAccountAge) |
void |
setPaymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator) |
void |
setPurchasesLast6Months(Integer purchasesLast6Months) |
void |
setSuspiciousActivity(Boolean suspiciousActivity) |
void |
setWorkPhone(String workPhone) |
AccountInfo |
suspiciousActivity(Boolean suspiciousActivity) |
String |
toString() |
AccountInfo |
workPhone(String workPhone) |
public AccountInfo accountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator)
public AccountInfo.AccountAgeIndicatorEnum getAccountAgeIndicator()
public void setAccountAgeIndicator(AccountInfo.AccountAgeIndicatorEnum accountAgeIndicator)
public AccountInfo accountChangeDate(Date accountChangeDate)
public Date getAccountChangeDate()
public void setAccountChangeDate(Date accountChangeDate)
public AccountInfo accountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)
public AccountInfo.AccountChangeIndicatorEnum getAccountChangeIndicator()
public void setAccountChangeIndicator(AccountInfo.AccountChangeIndicatorEnum accountChangeIndicator)
public AccountInfo accountCreationDate(Date accountCreationDate)
public Date getAccountCreationDate()
public void setAccountCreationDate(Date accountCreationDate)
public AccountInfo accountType(AccountInfo.AccountTypeEnum accountType)
public AccountInfo.AccountTypeEnum getAccountType()
public void setAccountType(AccountInfo.AccountTypeEnum accountType)
public AccountInfo addCardAttemptsDay(Integer addCardAttemptsDay)
public Integer getAddCardAttemptsDay()
public void setAddCardAttemptsDay(Integer addCardAttemptsDay)
public AccountInfo deliveryAddressUsageDate(Date deliveryAddressUsageDate)
public Date getDeliveryAddressUsageDate()
public void setDeliveryAddressUsageDate(Date deliveryAddressUsageDate)
public AccountInfo deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)
public AccountInfo.DeliveryAddressUsageIndicatorEnum getDeliveryAddressUsageIndicator()
public void setDeliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)
public AccountInfo homePhone(String homePhone)
public String getHomePhone()
public void setHomePhone(String homePhone)
public AccountInfo mobilePhone(String mobilePhone)
public String getMobilePhone()
public void setMobilePhone(String mobilePhone)
public AccountInfo passwordChangeDate(Date passwordChangeDate)
public Date getPasswordChangeDate()
public void setPasswordChangeDate(Date passwordChangeDate)
public AccountInfo passwordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator)
public AccountInfo.PasswordChangeIndicatorEnum getPasswordChangeIndicator()
public void setPasswordChangeIndicator(AccountInfo.PasswordChangeIndicatorEnum passwordChangeIndicator)
public AccountInfo pastTransactionsDay(Integer pastTransactionsDay)
public Integer getPastTransactionsDay()
public void setPastTransactionsDay(Integer pastTransactionsDay)
public AccountInfo pastTransactionsYear(Integer pastTransactionsYear)
public Integer getPastTransactionsYear()
public void setPastTransactionsYear(Integer pastTransactionsYear)
public AccountInfo paymentAccountAge(Date paymentAccountAge)
public Date getPaymentAccountAge()
public void setPaymentAccountAge(Date paymentAccountAge)
public AccountInfo paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)
public AccountInfo.PaymentAccountIndicatorEnum getPaymentAccountIndicator()
public void setPaymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator)
public AccountInfo purchasesLast6Months(Integer purchasesLast6Months)
public Integer getPurchasesLast6Months()
public void setPurchasesLast6Months(Integer purchasesLast6Months)
public AccountInfo suspiciousActivity(Boolean suspiciousActivity)
public Boolean isSuspiciousActivity()
public void setSuspiciousActivity(Boolean suspiciousActivity)
public AccountInfo workPhone(String workPhone)
public String getWorkPhone()
public void setWorkPhone(String workPhone)
Copyright © 2022. All rights reserved.