| Package | Description |
|---|---|
| org.killbill.billing.account.api | |
| org.killbill.billing.invoice.api | |
| org.killbill.billing.payment.api |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountUserApi.addEmail(java.util.UUID accountId,
AccountEmail email,
CallContext context) |
Account |
AccountUserApi.createAccount(AccountData data,
CallContext context) |
Account |
AccountUserApi.getAccountById(java.util.UUID accountId,
TenantContext context) |
Account |
AccountUserApi.getAccountByKey(java.lang.String key,
TenantContext context)
Retrieves an account by specifying its external key.
|
java.util.List<AuditLogWithHistory> |
AccountUserApi.getAuditLogsWithHistoryForId(java.util.UUID accountId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given account.
|
java.util.List<Account> |
AccountUserApi.getChildrenAccounts(java.util.UUID parentAccountId,
TenantContext context) |
java.util.List<AuditLogWithHistory> |
AccountUserApi.getEmailAuditLogsWithHistoryForId(java.util.UUID accountEmailId,
AuditLevel auditLevel,
TenantContext context)
Get all the audit entries with history for a given account email.
|
java.util.UUID |
AccountUserApi.getIdFromKey(java.lang.String externalKey,
TenantContext context) |
void |
AccountUserApi.updateAccount(Account account,
CallContext context)
Updates the account by specifying the destination
Account object
|
void |
AccountUserApi.updateAccount(java.lang.String key,
AccountData accountData,
CallContext context)
Updates the account by specifying the
AccountData object
|
void |
AccountUserApi.updateAccount(java.util.UUID accountId,
AccountData accountData,
CallContext context)
Updates the account by specifying the
AccountData object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
InvoiceUserApi.getInvoiceAsHTML(java.util.UUID invoiceId,
TenantContext context)
Retrieve the invoice formatted in HTML.
|
| Constructor and Description |
|---|
PaymentApiException(AccountApiException e) |
Copyright © 2010-2018. All Rights Reserved.