Uses of Class
org.killbill.billing.jaxrs.json.HostedPaymentPageFieldsJson
-
Packages that use HostedPaymentPageFieldsJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of HostedPaymentPageFieldsJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return HostedPaymentPageFieldsJson Modifier and Type Method Description HostedPaymentPageFieldsJsonComboHostedPaymentPageJson. getHostedPaymentPageFields()Constructors in org.killbill.billing.jaxrs.json with parameters of type HostedPaymentPageFieldsJson Constructor Description ComboHostedPaymentPageJson(AccountJson account, PaymentMethodJson paymentMethod, HostedPaymentPageFieldsJson hostedPaymentPageFields, List<PluginPropertyJson> paymentMethodPluginProperties, List<AuditLogJson> auditLogs) -
Uses of HostedPaymentPageFieldsJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources with parameters of type HostedPaymentPageFieldsJson Modifier and Type Method Description javax.ws.rs.core.ResponsePaymentGatewayResource. buildFormDescriptor(UUID accountId, HostedPaymentPageFieldsJson json, UUID inputPaymentMethodId, List<String> paymentControlPluginNames, List<String> pluginPropertiesString, String createdBy, String reason, String comment, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)
-