Class Account

    • Method Detail

      • setAccountId

        public Account setAccountId​(UUID accountId)
      • getAccountId

        public UUID getAccountId()
      • getName

        public String getName()
      • setFirstNameLength

        public Account setFirstNameLength​(Integer firstNameLength)
      • getFirstNameLength

        public Integer getFirstNameLength()
      • setExternalKey

        public Account setExternalKey​(String externalKey)
      • getExternalKey

        public String getExternalKey()
      • getEmail

        public String getEmail()
      • setBillCycleDayLocal

        public Account setBillCycleDayLocal​(Integer billCycleDayLocal)
      • getBillCycleDayLocal

        public Integer getBillCycleDayLocal()
      • setCurrency

        public Account setCurrency​(org.killbill.billing.catalog.api.Currency currency)
      • getCurrency

        public org.killbill.billing.catalog.api.Currency getCurrency()
      • setParentAccountId

        public Account setParentAccountId​(UUID parentAccountId)
      • getParentAccountId

        public UUID getParentAccountId()
      • setIsPaymentDelegatedToParent

        public Account setIsPaymentDelegatedToParent​(Boolean isPaymentDelegatedToParent)
      • isPaymentDelegatedToParent

        public Boolean isPaymentDelegatedToParent()
      • setPaymentMethodId

        public Account setPaymentMethodId​(UUID paymentMethodId)
      • 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()
      • setPostalCode

        public Account setPostalCode​(String postalCode)
      • 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()
      • setIsMigrated

        public Account setIsMigrated​(Boolean isMigrated)
      • isMigrated

        public Boolean isMigrated()
      • setAccountBalance

        public Account setAccountBalance​(BigDecimal accountBalance)
      • getAccountBalance

        public BigDecimal getAccountBalance()
      • getAccountCBA

        public BigDecimal getAccountCBA()