Uses of Class
org.killbill.billing.jaxrs.json.AccountJson
-
Packages that use AccountJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of AccountJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return AccountJson Modifier and Type Method Description AccountJsonAccountTimelineJson. getAccount()AccountJsonComboPaymentJson. getAccount()Constructors in org.killbill.billing.jaxrs.json with parameters of type AccountJson Constructor Description AccountTimelineJson(AccountJson account, List<BundleJson> bundles, List<InvoiceJson> invoices, List<InvoicePaymentJson> payments)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 AccountJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources with parameters of type AccountJson Modifier and Type Method Description javax.ws.rs.core.ResponseAccountResource. createAccount(AccountJson json, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo)protected AccountComboPaymentResource. getOrCreateAccount(AccountJson accountJson, CallContext callContext)javax.ws.rs.core.ResponseAccountResource. updateAccount(UUID accountId, AccountJson json, Boolean treatNullValueAsReset, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request)
-