| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
AccountJson |
AccountTimelineJson.getAccount() |
AccountJson |
ComboPaymentJson.getAccount() |
| Constructor and Description |
|---|
AccountTimelineJson(AccountJson account,
List<BundleJson> bundles,
List<InvoiceJson> invoices,
List<InvoicePaymentJson> payments) |
ComboHostedPaymentPageJson(AccountJson account,
PaymentMethodJson paymentMethod,
HostedPaymentPageFieldsJson hostedPaymentPageFields,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
List<AuditLogJson> auditLogs) |
ComboPaymentJson(AccountJson account,
PaymentMethodJson paymentMethod,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
List<AuditLogJson> auditLogs) |
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
Iterable<PluginPropertyJson> transactionPluginProperties,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AccountResource.createAccount(AccountJson json,
String createdBy,
String reason,
String comment,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
protected Account |
ComboPaymentResource.getOrCreateAccount(AccountJson accountJson,
CallContext callContext) |
javax.ws.rs.core.Response |
AccountResource.updateAccount(AccountJson json,
String accountId,
String createdBy,
String reason,
String comment,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2010-2015. All Rights Reserved.