Uses of Class
org.killbill.billing.jaxrs.json.PaymentMethodJson.PaymentMethodPluginDetailJson
-
Packages that use PaymentMethodJson.PaymentMethodPluginDetailJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of PaymentMethodJson.PaymentMethodPluginDetailJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return PaymentMethodJson.PaymentMethodPluginDetailJson Modifier and Type Method Description PaymentMethodJson.PaymentMethodPluginDetailJsonPaymentMethodJson. getPluginInfo()Constructors in org.killbill.billing.jaxrs.json with parameters of type PaymentMethodJson.PaymentMethodPluginDetailJson Constructor Description PaymentMethodJson(UUID paymentMethodId, String externalKey, UUID accountId, Boolean isDefault, String pluginName, PaymentMethodJson.PaymentMethodPluginDetailJson pluginInfo, List<AuditLogJson> auditLogs)
-