Uses of Class
org.killbill.billing.jaxrs.json.PluginPropertyJson
-
Packages that use PluginPropertyJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of PluginPropertyJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type PluginPropertyJson Modifier and Type Method Description List<PluginPropertyJson>HostedPaymentPageFieldsJson. getFormFields()List<PluginPropertyJson>ComboPaymentJson. getPaymentMethodPluginProperties()List<PluginPropertyJson>PaymentAttemptJson. getPluginProperties()List<PluginPropertyJson>PaymentMethodJson.PaymentMethodPluginDetailJson. getProperties()List<PluginPropertyJson>PaymentTransactionJson. getProperties()List<PluginPropertyJson>ComboPaymentTransactionJson. getTransactionPluginProperties()protected static List<PluginPropertyJson>JsonBase. toPluginPropertyJson(Iterable<PluginProperty> properties)Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type PluginPropertyJson 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)HostedPaymentPageFieldsJson(List<PluginPropertyJson> formFields)InvoicePaymentTransactionJson(UUID transactionId, String transactionExternalKey, UUID paymentId, String paymentExternalKey, TransactionType transactionType, BigDecimal amount, Currency currency, org.joda.time.DateTime effectiveDate, BigDecimal processedAmount, Currency processedCurrency, String status, String gatewayErrorCode, String gatewayErrorMsg, String firstPaymentReferenceId, String secondPaymentReferenceId, List<PluginPropertyJson> properties, Boolean isAdjusted, List<InvoiceItemJson> adjustments, List<AuditLogJson> auditLogs)PaymentAttemptJson(UUID accountId, UUID paymentMethodId, String paymentExternalKey, UUID transactionId, String transactionExternalKey, TransactionType transactionType, org.joda.time.DateTime effectiveDate, String stateName, BigDecimal amount, Currency currency, String pluginName, List<PluginPropertyJson> pluginProperties, List<AuditLogJson> auditLogs)PaymentMethodPluginDetailJson(String externalPaymentMethodId, Boolean isDefaultPaymentMethod, List<PluginPropertyJson> properties)PaymentTransactionJson(UUID transactionId, String transactionExternalKey, UUID paymentId, String paymentExternalKey, TransactionType transactionType, BigDecimal amount, Currency currency, org.joda.time.DateTime effectiveDate, BigDecimal processedAmount, Currency processedCurrency, String status, String gatewayErrorCode, String gatewayErrorMsg, String firstPaymentReferenceId, String secondPaymentReferenceId, List<PluginPropertyJson> properties, List<AuditLogJson> auditLogs) -
Uses of PluginPropertyJson in org.killbill.billing.jaxrs.resources
Method parameters in org.killbill.billing.jaxrs.resources with type arguments of type PluginPropertyJson Modifier and Type Method Description protected Iterable<PluginProperty>JaxRsResourceBase. extractPluginProperties(Iterable<PluginPropertyJson> pluginProperties)
-