| Package | Description |
|---|---|
| org.killbill.billing.account.api | |
| org.killbill.billing.entitlement.api | |
| org.killbill.billing.invoice.api | |
| org.killbill.billing.payment.api | |
| org.killbill.billing.util.api |
| Modifier and Type | Method and Description |
|---|---|
Pagination<Account> |
AccountUserApi.getAccounts(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<Account> |
AccountUserApi.searchAccounts(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all accounts having their name, email, external_key or company_name matching the search key
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundles(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<SubscriptionBundle> |
SubscriptionApi.searchSubscriptionBundles(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all
SubscriptionBundle having their id, account id or external key matching the search key |
| Modifier and Type | Method and Description |
|---|---|
Pagination<Invoice> |
InvoiceUserApi.getInvoices(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<Invoice> |
InvoiceUserApi.searchInvoices(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all invoices having their id, number, account id or currency matching the search key
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<PaymentMethod> |
PaymentApi.getPaymentMethods(java.lang.Long offset,
java.lang.Long limit,
boolean withPluginInfo,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods across all plugins
|
Pagination<PaymentMethod> |
PaymentApi.getPaymentMethods(java.lang.Long offset,
java.lang.Long limit,
java.lang.String pluginName,
boolean withPluginInfo,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods in a given plugin
|
Pagination<Payment> |
PaymentApi.getPayments(java.lang.Long offset,
java.lang.Long limit,
boolean withPluginInfo,
boolean withAttempts,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payments across all plugins
|
Pagination<Payment> |
PaymentApi.getPayments(java.lang.Long offset,
java.lang.Long limit,
java.lang.String pluginName,
boolean withPluginInfo,
boolean withAttempts,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payments in a given plugin
|
Pagination<PaymentMethod> |
PaymentApi.searchPaymentMethods(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
boolean withPluginInfo,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods matching the search key across all plugins
The match will be plugin specific: for instance some plugins will try to match the key
against the last 4 credit cards digits, agreement ids, etc.
|
Pagination<PaymentMethod> |
PaymentApi.searchPaymentMethods(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
java.lang.String pluginName,
boolean withPluginInfo,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payment methods matching the search key in a given plugin
The match will be plugin specific: for instance some plugins will try to match the key
against the last 4 credit cards digits, agreement ids, etc.
|
Pagination<Payment> |
PaymentApi.searchPayments(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
boolean withPluginInfo,
boolean withAttempts,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payments matching the search key across all plugins
The match will be plugin specific: for instance some plugins will try to match the key
against the transaction ids, etc.
|
Pagination<Payment> |
PaymentApi.searchPayments(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
java.lang.String pluginName,
boolean withPluginInfo,
boolean withAttempts,
java.lang.Iterable<PluginProperty> properties,
TenantContext context)
Find all payments matching the search key in a given plugin
The match will be plugin specific: for instance some plugins will try to match the key
against the transaction ids, etc.
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<CustomField> |
CustomFieldUserApi.getCustomFields(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<Tag> |
TagUserApi.getTags(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all custom fields having their object type, field name or value matching the search key
|
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(java.lang.String fieldName,
ObjectType objectType,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(java.lang.String fieldName,
java.lang.String fieldValue,
ObjectType objectType,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<Tag> |
TagUserApi.searchTags(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all tags having their object type, associated tag definition name or description matching the search key
|
Copyright © 2010-2019. All Rights Reserved.