| 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,
java.util.List<BundleJson> bundles,
java.util.List<InvoiceJson> invoices,
java.util.List<InvoicePaymentJson> payments) |
ComboHostedPaymentPageJson(AccountJson account,
PaymentMethodJson paymentMethod,
HostedPaymentPageFieldsJson hostedPaymentPageFields,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
ComboPaymentJson(AccountJson account,
PaymentMethodJson paymentMethod,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<PluginPropertyJson> transactionPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AccountResource.createAccount(AccountJson json,
java.lang.String createdBy,
java.lang.String reason,
java.lang.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(java.util.UUID accountId,
AccountJson json,
java.lang.Boolean treatNullValueAsReset,
java.lang.String createdBy,
java.lang.String reason,
java.lang.String comment,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2010-2020. All Rights Reserved.