| 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(UUID accountId,
AccountEmail email,
CallContext context) |
Account |
AccountUserApi.createAccount(AccountData data,
CallContext context) |
Account |
AccountUserApi.getAccountById(UUID accountId,
TenantContext context) |
Account |
AccountUserApi.getAccountByKey(String key,
TenantContext context)
Retrieves an account by specifying its external key.
|
UUID |
AccountUserApi.getIdFromKey(String externalKey,
TenantContext context) |
void |
AccountUserApi.updateAccount(Account account,
CallContext context)
Updates the account by specifying the destination
Account object
|
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
|
| Modifier and Type | Method and Description |
|---|---|
String |
InvoiceUserApi.getInvoiceAsHTML(UUID invoiceId,
TenantContext context)
Retrieve the invoice formatted in HTML.
|
| Constructor and Description |
|---|
PaymentApiException(AccountApiException e) |
Copyright © 2010-2014. All Rights Reserved.