public class AccountInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountInfo.AccountAgeIndicatorEnum
Gets or Sets accountAgeIndicator
|
static class |
AccountInfo.AccountChangeIndicatorEnum
Gets or Sets accountChangeIndicator
|
static class |
AccountInfo.DeliveryAddressUsageIndicatorEnum
Gets or Sets deliveryAddressUsageIndicator
|
static class |
AccountInfo.PasswordChangeIndicatorEnum
Gets or Sets passwordChangeIndicator
|
static class |
AccountInfo.PaymentAccountIndicatorEnum
Gets or Sets paymentAccountIndicator
|
| Constructor and Description |
|---|
AccountInfo() |
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 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 © 2019. All rights reserved.