public class AccountJson extends JsonBase
| Constructor and Description |
|---|
AccountJson(Account account,
BigDecimal accountBalance,
BigDecimal accountCBA,
AccountAuditLogs accountAuditLogs) |
AccountJson(UUID accountId,
String name,
Integer firstNameLength,
String externalKey,
String email,
Integer billCycleDayLocal,
Currency currency,
UUID parentAccountId,
Boolean isPaymentDelegatedToParent,
UUID paymentMethodId,
org.joda.time.DateTime referenceTime,
String timeZone,
String address1,
String address2,
String postalCode,
String company,
String city,
String state,
String country,
String locale,
String phone,
String notes,
Boolean isMigrated,
BigDecimal accountBalance,
BigDecimal accountCBA,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAccountBalance() |
BigDecimal |
getAccountCBA() |
UUID |
getAccountId() |
String |
getAddress1() |
String |
getAddress2() |
Integer |
getBillCycleDayLocal() |
String |
getCity() |
String |
getCompany() |
String |
getCountry() |
Currency |
getCurrency() |
String |
getEmail() |
String |
getExternalKey() |
Integer |
getFirstNameLength() |
String |
getLocale() |
String |
getName() |
String |
getNotes() |
UUID |
getParentAccountId() |
UUID |
getPaymentMethodId() |
String |
getPhone() |
String |
getPostalCode() |
org.joda.time.DateTime |
getReferenceTime() |
String |
getState() |
String |
getTimeZone() |
int |
hashCode() |
Boolean |
isMigrated() |
Boolean |
isPaymentDelegatedToParent() |
Account |
toAccount(UUID accountId) |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic AccountJson(Account account, BigDecimal accountBalance, BigDecimal accountCBA, @Nullable AccountAuditLogs accountAuditLogs)
public AccountJson(UUID accountId, String name, Integer firstNameLength, String externalKey, String email, Integer billCycleDayLocal, Currency currency, UUID parentAccountId, Boolean isPaymentDelegatedToParent, UUID paymentMethodId, org.joda.time.DateTime referenceTime, String timeZone, String address1, String address2, String postalCode, String company, String city, String state, String country, String locale, String phone, String notes, Boolean isMigrated, BigDecimal accountBalance, BigDecimal accountCBA, @Nullable List<AuditLogJson> auditLogs)
public BigDecimal getAccountBalance()
public UUID getAccountId()
public String getExternalKey()
public BigDecimal getAccountCBA()
public String getName()
public Integer getFirstNameLength()
public String getEmail()
public Integer getBillCycleDayLocal()
public Currency getCurrency()
public UUID getParentAccountId()
public Boolean isPaymentDelegatedToParent()
public UUID getPaymentMethodId()
public org.joda.time.DateTime getReferenceTime()
public String getTimeZone()
public String getAddress1()
public String getAddress2()
public String getPostalCode()
public String getCompany()
public String getCity()
public String getState()
public String getCountry()
public String getLocale()
public String getPhone()
public String getNotes()
public Boolean isMigrated()
Copyright © 2010–2022. All rights reserved.