Uses of Class
org.killbill.billing.jaxrs.json.PaymentMethodJson
-
Packages that use PaymentMethodJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of PaymentMethodJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return PaymentMethodJson Modifier and Type Method Description PaymentMethodJsonComboPaymentJson. getPaymentMethod()static PaymentMethodJsonPaymentMethodJson. toPaymentMethodJson(Account account, PaymentMethod in, AccountAuditLogs accountAuditLogs)Constructors in org.killbill.billing.jaxrs.json with parameters of type PaymentMethodJson Constructor Description ComboHostedPaymentPageJson(AccountJson account, PaymentMethodJson paymentMethod, HostedPaymentPageFieldsJson hostedPaymentPageFields, List<PluginPropertyJson> paymentMethodPluginProperties, List<AuditLogJson> auditLogs)ComboPaymentJson(AccountJson account, PaymentMethodJson paymentMethod, List<PluginPropertyJson> paymentMethodPluginProperties, List<AuditLogJson> auditLogs)ComboPaymentTransactionJson(AccountJson account, PaymentMethodJson paymentMethod, PaymentTransactionJson transaction, List<PluginPropertyJson> paymentMethodPluginProperties, List<PluginPropertyJson> transactionPluginProperties, List<AuditLogJson> auditLogs) -
Uses of PaymentMethodJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources with parameters of type PaymentMethodJson Modifier and Type Method Description javax.ws.rs.core.ResponseAccountResource. createPaymentMethod(UUID accountId, PaymentMethodJson json, Boolean isDefault, Boolean payAllUnpaidInvoices, List<String> paymentControlPluginNames, List<String> pluginPropertiesString, String createdBy, String reason, String comment, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)protected UUIDComboPaymentResource. getOrCreatePaymentMethod(Account account, PaymentMethodJson paymentMethodJson, Iterable<PluginProperty> pluginProperties, CallContext callContext)
-