| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodJson |
ComboPaymentJson.getPaymentMethod() |
static PaymentMethodJson |
PaymentMethodJson.toPaymentMethodJson(Account account,
PaymentMethod in,
AccountAuditLogs accountAuditLogs) |
| Constructor and Description |
|---|
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.createPaymentMethod(PaymentMethodJson json,
String accountId,
Boolean isDefault,
Boolean payAllUnpaidInvoices,
List<String> pluginPropertiesString,
String createdBy,
String reason,
String comment,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
protected UUID |
ComboPaymentResource.getOrCreatePaymentMethod(Account account,
PaymentMethodJson paymentMethodJson,
Iterable<PluginProperty> pluginProperties,
CallContext callContext) |
Copyright © 2010-2016. All Rights Reserved.