Class AccountApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.AccountApi
-
public class AccountApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description AccountApi()AccountApi(KillBillHttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockingStatesaddAccountBlockingState(UUID accountId, BlockingState body, org.joda.time.LocalDate requestedDate, Map<String,String> pluginProperty, RequestOptions inputOptions)AccountEmailsaddEmail(UUID accountId, AccountEmail body, RequestOptions inputOptions)voidcloseAccount(UUID accountId, Boolean cancelAllSubscriptions, Boolean writeOffUnpaidInvoices, Boolean itemAdjustUnpaidInvoices, Boolean removeFutureNotifications, RequestOptions inputOptions)voidcloseAccount(UUID accountId, RequestOptions inputOptions)AccountcreateAccount(Account body, RequestOptions inputOptions)CustomFieldscreateAccountCustomFields(UUID accountId, CustomFields body, RequestOptions inputOptions)TagscreateAccountTags(UUID accountId, List<UUID> body, RequestOptions inputOptions)PaymentMethodcreatePaymentMethod(UUID accountId, PaymentMethod body, Boolean isDefault, Boolean payAllUnpaidInvoices, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentMethodcreatePaymentMethod(UUID accountId, PaymentMethod body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voiddeleteAccountCustomFields(UUID accountId, List<UUID> customField, RequestOptions inputOptions)voiddeleteAccountTags(UUID accountId, List<UUID> tagDef, RequestOptions inputOptions)AccountgetAccount(UUID accountId, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountgetAccount(UUID accountId, RequestOptions inputOptions)AuditLogsgetAccountAuditLogs(UUID accountId, RequestOptions inputOptions)AuditLogsgetAccountAuditLogsWithHistory(UUID accountId, RequestOptions inputOptions)BundlesgetAccountBundles(UUID accountId, String externalKey, String bundlesFilter, RequestOptions inputOptions)BundlesgetAccountBundles(UUID accountId, String externalKey, String bundlesFilter, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)BundlesgetAccountBundlesPaginated(UUID accountId, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)BundlesgetAccountBundlesPaginated(UUID accountId, RequestOptions inputOptions)AccountgetAccountByKey(String externalKey, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountgetAccountByKey(String externalKey, RequestOptions inputOptions)CustomFieldsgetAccountCustomFields(UUID accountId, RequestOptions inputOptions)CustomFieldsgetAccountCustomFields(UUID accountId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AuditLogsgetAccountEmailAuditLogsWithHistory(UUID accountId, UUID accountEmailId, RequestOptions inputOptions)AccountsgetAccounts(Long offset, Long limit, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountsgetAccounts(RequestOptions inputOptions)TagsgetAccountTags(UUID accountId, Boolean includedDeleted, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)TagsgetAccountTags(UUID accountId, RequestOptions inputOptions)AccountTimelinegetAccountTimeline(UUID accountId, Boolean parallel, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountTimelinegetAccountTimeline(UUID accountId, RequestOptions inputOptions)CustomFieldsgetAllCustomFields(UUID accountId, org.killbill.billing.ObjectType objectType, RequestOptions inputOptions)CustomFieldsgetAllCustomFields(UUID accountId, org.killbill.billing.ObjectType objectType, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)TagsgetAllTags(UUID accountId, org.killbill.billing.ObjectType objectType, Boolean includedDeleted, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)TagsgetAllTags(UUID accountId, org.killbill.billing.ObjectType objectType, RequestOptions inputOptions)AuditLogsgetBlockingStateAuditLogsWithHistory(UUID blockingId, RequestOptions inputOptions)BlockingStatesgetBlockingStates(UUID accountId, List<org.killbill.billing.entitlement.api.BlockingStateType> blockingStateTypes, List<String> blockingStateSvcs, RequestOptions inputOptions)BlockingStatesgetBlockingStates(UUID accountId, List<org.killbill.billing.entitlement.api.BlockingStateType> blockingStateTypes, List<String> blockingStateSvcs, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountsgetChildrenAccounts(UUID accountId, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountsgetChildrenAccounts(UUID accountId, RequestOptions inputOptions)AccountEmailsgetEmails(UUID accountId, RequestOptions inputOptions)InvoicePaymentsgetInvoicePayments(UUID accountId, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)InvoicePaymentsgetInvoicePayments(UUID accountId, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicesgetInvoicesForAccount(UUID accountId, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate, Boolean withMigrationInvoices, Boolean unpaidInvoicesOnly, Boolean includeVoidedInvoices, Boolean includeInvoiceComponents, String invoicesFilter, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)InvoicesgetInvoicesForAccount(UUID accountId, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate, String invoicesFilter, RequestOptions inputOptions)InvoicesgetInvoicesForAccountPaginated(UUID accountId, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)InvoicesgetInvoicesForAccountPaginated(UUID accountId, RequestOptions inputOptions)OverdueStategetOverdueAccount(UUID accountId, RequestOptions inputOptions)PaymentMethodsgetPaymentMethodsForAccount(UUID accountId, Boolean withPluginInfo, Boolean includedDeleted, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodsgetPaymentMethodsForAccount(UUID accountId, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentsgetPaymentsForAccount(UUID accountId, Boolean withAttempts, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentsgetPaymentsForAccount(UUID accountId, Map<String,String> pluginProperty, RequestOptions inputOptions)voidmodifyAccountCustomFields(UUID accountId, CustomFields body, RequestOptions inputOptions)InvoicespayAllInvoices(UUID accountId, UUID paymentMethodId, Boolean externalPayment, BigDecimal paymentAmount, org.joda.time.LocalDate targetDate, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicespayAllInvoices(UUID accountId, UUID paymentMethodId, BigDecimal paymentAmount, org.joda.time.LocalDate targetDate, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentprocessPayment(UUID accountId, PaymentTransaction body, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentprocessPaymentByExternalKey(PaymentTransaction body, String externalKey, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidrebalanceExistingCBAOnAccount(UUID accountId, RequestOptions inputOptions)voidrefreshPaymentMethods(UUID accountId, String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidremoveEmail(UUID accountId, String email, RequestOptions inputOptions)AccountssearchAccounts(String searchKey, Long offset, Long limit, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)AccountssearchAccounts(String searchKey, RequestOptions inputOptions)voidsetDefaultPaymentMethod(UUID accountId, UUID paymentMethodId, Boolean payAllUnpaidInvoices, Map<String,String> pluginProperty, RequestOptions inputOptions)voidsetDefaultPaymentMethod(UUID accountId, UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions)voidtransferChildCreditToParent(UUID childAccountId, RequestOptions inputOptions)voidupdateAccount(UUID accountId, Account body, Boolean treatNullAsReset, RequestOptions inputOptions)voidupdateAccount(UUID accountId, Account body, RequestOptions inputOptions)
-
-
-
Constructor Detail
-
AccountApi
public AccountApi()
-
AccountApi
public AccountApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
addAccountBlockingState
public BlockingStates addAccountBlockingState(UUID accountId, BlockingState body, org.joda.time.LocalDate requestedDate, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
addEmail
public AccountEmails addEmail(UUID accountId, AccountEmail body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
closeAccount
public void closeAccount(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
closeAccount
public void closeAccount(UUID accountId, Boolean cancelAllSubscriptions, Boolean writeOffUnpaidInvoices, Boolean itemAdjustUnpaidInvoices, Boolean removeFutureNotifications, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createAccount
public Account createAccount(Account body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createAccountCustomFields
public CustomFields createAccountCustomFields(UUID accountId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createAccountTags
public Tags createAccountTags(UUID accountId, List<UUID> body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createPaymentMethod
public PaymentMethod createPaymentMethod(UUID accountId, PaymentMethod body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
createPaymentMethod
public PaymentMethod createPaymentMethod(UUID accountId, PaymentMethod body, Boolean isDefault, Boolean payAllUnpaidInvoices, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deleteAccountCustomFields
public void deleteAccountCustomFields(UUID accountId, List<UUID> customField, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
deleteAccountTags
public void deleteAccountTags(UUID accountId, List<UUID> tagDef, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccount
public Account getAccount(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccount
public Account getAccount(UUID accountId, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountAuditLogs
public AuditLogs getAccountAuditLogs(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountAuditLogsWithHistory
public AuditLogs getAccountAuditLogsWithHistory(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountBundles
public Bundles getAccountBundles(UUID accountId, String externalKey, String bundlesFilter, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountBundles
public Bundles getAccountBundles(UUID accountId, String externalKey, String bundlesFilter, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountBundlesPaginated
public Bundles getAccountBundlesPaginated(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountBundlesPaginated
public Bundles getAccountBundlesPaginated(UUID accountId, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountByKey
public Account getAccountByKey(String externalKey, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountByKey
public Account getAccountByKey(String externalKey, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountCustomFields
public CustomFields getAccountCustomFields(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountCustomFields
public CustomFields getAccountCustomFields(UUID accountId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountEmailAuditLogsWithHistory
public AuditLogs getAccountEmailAuditLogsWithHistory(UUID accountId, UUID accountEmailId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountTags
public Tags getAccountTags(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountTags
public Tags getAccountTags(UUID accountId, Boolean includedDeleted, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountTimeline
public AccountTimeline getAccountTimeline(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccountTimeline
public AccountTimeline getAccountTimeline(UUID accountId, Boolean parallel, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccounts
public Accounts getAccounts(RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAccounts
public Accounts getAccounts(Long offset, Long limit, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAllCustomFields
public CustomFields getAllCustomFields(UUID accountId, org.killbill.billing.ObjectType objectType, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAllCustomFields
public CustomFields getAllCustomFields(UUID accountId, org.killbill.billing.ObjectType objectType, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAllTags
public Tags getAllTags(UUID accountId, org.killbill.billing.ObjectType objectType, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getAllTags
public Tags getAllTags(UUID accountId, org.killbill.billing.ObjectType objectType, Boolean includedDeleted, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getBlockingStateAuditLogsWithHistory
public AuditLogs getBlockingStateAuditLogsWithHistory(UUID blockingId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getBlockingStates
public BlockingStates getBlockingStates(UUID accountId, List<org.killbill.billing.entitlement.api.BlockingStateType> blockingStateTypes, List<String> blockingStateSvcs, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getBlockingStates
public BlockingStates getBlockingStates(UUID accountId, List<org.killbill.billing.entitlement.api.BlockingStateType> blockingStateTypes, List<String> blockingStateSvcs, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getChildrenAccounts
public Accounts getChildrenAccounts(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getChildrenAccounts
public Accounts getChildrenAccounts(UUID accountId, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getEmails
public AccountEmails getEmails(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePayments
public InvoicePayments getInvoicePayments(UUID accountId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicePayments
public InvoicePayments getInvoicePayments(UUID accountId, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicesForAccount
public Invoices getInvoicesForAccount(UUID accountId, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate, String invoicesFilter, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicesForAccount
public Invoices getInvoicesForAccount(UUID accountId, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate, Boolean withMigrationInvoices, Boolean unpaidInvoicesOnly, Boolean includeVoidedInvoices, Boolean includeInvoiceComponents, String invoicesFilter, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicesForAccountPaginated
public Invoices getInvoicesForAccountPaginated(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getInvoicesForAccountPaginated
public Invoices getInvoicesForAccountPaginated(UUID accountId, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getOverdueAccount
public OverdueState getOverdueAccount(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodsForAccount
public PaymentMethods getPaymentMethodsForAccount(UUID accountId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentMethodsForAccount
public PaymentMethods getPaymentMethodsForAccount(UUID accountId, Boolean withPluginInfo, Boolean includedDeleted, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentsForAccount
public Payments getPaymentsForAccount(UUID accountId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getPaymentsForAccount
public Payments getPaymentsForAccount(UUID accountId, Boolean withAttempts, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
modifyAccountCustomFields
public void modifyAccountCustomFields(UUID accountId, CustomFields body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
payAllInvoices
public Invoices payAllInvoices(UUID accountId, UUID paymentMethodId, BigDecimal paymentAmount, org.joda.time.LocalDate targetDate, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
payAllInvoices
public Invoices payAllInvoices(UUID accountId, UUID paymentMethodId, Boolean externalPayment, BigDecimal paymentAmount, org.joda.time.LocalDate targetDate, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
processPayment
public Payment processPayment(UUID accountId, PaymentTransaction body, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
processPaymentByExternalKey
public Payment processPaymentByExternalKey(PaymentTransaction body, String externalKey, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
rebalanceExistingCBAOnAccount
public void rebalanceExistingCBAOnAccount(UUID accountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
refreshPaymentMethods
public void refreshPaymentMethods(UUID accountId, String pluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
removeEmail
public void removeEmail(UUID accountId, String email, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchAccounts
public Accounts searchAccounts(String searchKey, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchAccounts
public Accounts searchAccounts(String searchKey, Long offset, Long limit, Boolean accountWithBalance, Boolean accountWithBalanceAndCBA, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
setDefaultPaymentMethod
public void setDefaultPaymentMethod(UUID accountId, UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
setDefaultPaymentMethod
public void setDefaultPaymentMethod(UUID accountId, UUID paymentMethodId, Boolean payAllUnpaidInvoices, Map<String,String> pluginProperty, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
transferChildCreditToParent
public void transferChildCreditToParent(UUID childAccountId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
updateAccount
public void updateAccount(UUID accountId, Account body, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
updateAccount
public void updateAccount(UUID accountId, Account body, Boolean treatNullAsReset, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-