| Package | Description |
|---|---|
| org.killbill.billing.account.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Account
The interface
Account represents an account within Killbill. |
interface |
MutableAccountData
The interface
MutableAccountData is used to set the AccountData fields individually and pass them as the whole
to the AccountUserApi. |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountUserApi.createAccount(AccountData data,
CallContext context) |
void |
AccountUserApi.updateAccount(String key,
AccountData accountData,
CallContext context)
Updates the account by specifying the
AccountData object
|
void |
AccountUserApi.updateAccount(UUID accountId,
AccountData accountData,
CallContext context)
Updates the account by specifying the
AccountData object
|
Copyright © 2010-2015. All Rights Reserved.