Class Account
- java.lang.Object
-
- org.killbill.billing.client.model.KillBillObject
-
- org.killbill.billing.client.model.gen.Account
-
public class Account extends KillBillObject
-
-
Field Summary
-
Fields inherited from class org.killbill.billing.client.model.KillBillObject
auditLogs
-
-
Constructor Summary
Constructors Constructor Description Account()Account(UUID accountId, String name, Integer firstNameLength, String externalKey, String email, Integer billCycleDayLocal, org.killbill.billing.catalog.api.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<AuditLog> auditLogs)
-
Method Summary
-
Methods inherited from class org.killbill.billing.client.model.KillBillObject
getAuditLogs, setAuditLogs
-
-
-
-
Constructor Detail
-
Account
public Account()
-
Account
public Account(UUID accountId, String name, Integer firstNameLength, String externalKey, String email, Integer billCycleDayLocal, org.killbill.billing.catalog.api.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<AuditLog> auditLogs)
-
-
Method Detail
-
getAccountId
public UUID getAccountId()
-
getName
public String getName()
-
getFirstNameLength
public Integer getFirstNameLength()
-
getExternalKey
public String getExternalKey()
-
getEmail
public String getEmail()
-
getBillCycleDayLocal
public Integer getBillCycleDayLocal()
-
setCurrency
public Account setCurrency(org.killbill.billing.catalog.api.Currency currency)
-
getCurrency
public org.killbill.billing.catalog.api.Currency getCurrency()
-
getParentAccountId
public UUID getParentAccountId()
-
setIsPaymentDelegatedToParent
public Account setIsPaymentDelegatedToParent(Boolean isPaymentDelegatedToParent)
-
isPaymentDelegatedToParent
public Boolean isPaymentDelegatedToParent()
-
getPaymentMethodId
public UUID getPaymentMethodId()
-
setReferenceTime
public Account setReferenceTime(org.joda.time.DateTime referenceTime)
-
getReferenceTime
public org.joda.time.DateTime getReferenceTime()
-
getTimeZone
public String getTimeZone()
-
getAddress1
public String getAddress1()
-
getAddress2
public String getAddress2()
-
getPostalCode
public String getPostalCode()
-
getCompany
public String getCompany()
-
getCity
public String getCity()
-
getState
public String getState()
-
getCountry
public String getCountry()
-
getLocale
public String getLocale()
-
getPhone
public String getPhone()
-
getNotes
public String getNotes()
-
isMigrated
public Boolean isMigrated()
-
setAccountBalance
public Account setAccountBalance(BigDecimal accountBalance)
-
getAccountBalance
public BigDecimal getAccountBalance()
-
setAccountCBA
public Account setAccountCBA(BigDecimal accountCBA)
-
getAccountCBA
public BigDecimal getAccountCBA()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKillBillObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKillBillObject
-
-