Uses of Class
org.killbill.billing.client.model.gen.Account
-
Packages that use Account Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of Account in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen that return Account Modifier and Type Method Description AccountAccountApi. createAccount(Account body, RequestOptions inputOptions)AccountAccountApi. getAccount(UUID accountId, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountAccountApi. getAccount(UUID accountId, RequestOptions inputOptions)AccountAccountApi. getAccountByKey(String externalKey, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountAccountApi. getAccountByKey(String externalKey, RequestOptions inputOptions)Methods in org.killbill.billing.client.api.gen with parameters of type Account Modifier and Type Method Description AccountAccountApi. createAccount(Account body, RequestOptions inputOptions)voidAccountApi. updateAccount(UUID accountId, Account body, Boolean treatNullAsReset, RequestOptions inputOptions)voidAccountApi. updateAccount(UUID accountId, Account body, RequestOptions inputOptions) -
Uses of Account in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return Account Modifier and Type Method Description AccountAccountTimeline. getAccount()AccountComboHostedPaymentPage. getAccount()AccountComboPaymentTransaction. getAccount()AccountAccount. setAccountBalance(BigDecimal accountBalance)AccountAccount. setAccountCBA(BigDecimal accountCBA)AccountAccount. setAccountId(UUID accountId)AccountAccount. setAddress1(String address1)AccountAccount. setAddress2(String address2)AccountAccount. setBillCycleDayLocal(Integer billCycleDayLocal)AccountAccount. setCity(String city)AccountAccount. setCompany(String company)AccountAccount. setCountry(String country)AccountAccount. setCurrency(org.killbill.billing.catalog.api.Currency currency)AccountAccount. setEmail(String email)AccountAccount. setExternalKey(String externalKey)AccountAccount. setFirstNameLength(Integer firstNameLength)AccountAccount. setIsMigrated(Boolean isMigrated)AccountAccount. setIsPaymentDelegatedToParent(Boolean isPaymentDelegatedToParent)AccountAccount. setLocale(String locale)AccountAccount. setName(String name)AccountAccount. setNotes(String notes)AccountAccount. setParentAccountId(UUID parentAccountId)AccountAccount. setPaymentMethodId(UUID paymentMethodId)AccountAccount. setPhone(String phone)AccountAccount. setPostalCode(String postalCode)AccountAccount. setReferenceTime(org.joda.time.DateTime referenceTime)AccountAccount. setState(String state)AccountAccount. setTimeZone(String timeZone)Methods in org.killbill.billing.client.model.gen with parameters of type Account Modifier and Type Method Description AccountTimelineAccountTimeline. setAccount(Account account)ComboHostedPaymentPageComboHostedPaymentPage. setAccount(Account account)ComboPaymentTransactionComboPaymentTransaction. setAccount(Account account)Constructors in org.killbill.billing.client.model.gen with parameters of type Account Constructor Description AccountTimeline(Account account, List<Bundle> bundles, List<Invoice> invoices, List<InvoicePayment> payments)ComboHostedPaymentPage(Account account, PaymentMethod paymentMethod, HostedPaymentPageFields hostedPaymentPageFields, List<PluginProperty> paymentMethodPluginProperties, List<AuditLog> auditLogs)ComboPaymentTransaction(Account account, PaymentMethod paymentMethod, PaymentTransaction transaction, List<PluginProperty> paymentMethodPluginProperties, List<PluginProperty> transactionPluginProperties, List<AuditLog> auditLogs)
-