Uses of Class
org.killbill.billing.client.model.gen.PluginProperty
-
Packages that use PluginProperty Package Description org.killbill.billing.client.model.gen -
-
Uses of PluginProperty in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PluginProperty Modifier and Type Method Description PluginPropertyPluginProperty. setIsUpdatable(Boolean isUpdatable)PluginPropertyPluginProperty. setKey(String key)PluginPropertyPluginProperty. setValue(String value)Methods in org.killbill.billing.client.model.gen that return types with arguments of type PluginProperty Modifier and Type Method Description List<PluginProperty>HostedPaymentPageFields. getFormFields()List<PluginProperty>ComboHostedPaymentPage. getPaymentMethodPluginProperties()List<PluginProperty>ComboPaymentTransaction. getPaymentMethodPluginProperties()List<PluginProperty>PaymentAttempt. getPluginProperties()List<PluginProperty>InvoicePaymentTransaction. getProperties()List<PluginProperty>PaymentMethodPluginDetail. getProperties()List<PluginProperty>PaymentTransaction. getProperties()List<PluginProperty>ComboPaymentTransaction. getTransactionPluginProperties()Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type PluginProperty Constructor Description ComboHostedPaymentPage(Account account, PaymentMethod paymentMethod, HostedPaymentPageFields hostedPaymentPageFields, List<PluginProperty> paymentMethodPluginProperties, List<AuditLog> auditLogs)ComboPaymentTransaction(Account account, PaymentMethod paymentMethod, PaymentTransaction transaction, List<PluginProperty> paymentMethodPluginProperties, List<PluginProperty> transactionPluginProperties, List<AuditLog> auditLogs)HostedPaymentPageFields(List<PluginProperty> formFields)InvoicePaymentTransaction(UUID transactionId, String transactionExternalKey, UUID paymentId, String paymentExternalKey, org.killbill.billing.payment.api.TransactionType transactionType, BigDecimal amount, org.killbill.billing.catalog.api.Currency currency, org.joda.time.DateTime effectiveDate, BigDecimal processedAmount, org.killbill.billing.catalog.api.Currency processedCurrency, org.killbill.billing.payment.api.TransactionStatus status, String gatewayErrorCode, String gatewayErrorMsg, String firstPaymentReferenceId, String secondPaymentReferenceId, List<PluginProperty> properties, Boolean isAdjusted, List<InvoiceItem> adjustments, List<AuditLog> auditLogs)PaymentAttempt(UUID accountId, UUID paymentMethodId, String paymentExternalKey, UUID transactionId, String transactionExternalKey, org.killbill.billing.payment.api.TransactionType transactionType, org.joda.time.DateTime effectiveDate, String stateName, BigDecimal amount, org.killbill.billing.catalog.api.Currency currency, String pluginName, List<PluginProperty> pluginProperties, List<AuditLog> auditLogs)PaymentMethodPluginDetail(String externalPaymentMethodId, Boolean isDefaultPaymentMethod, List<PluginProperty> properties)PaymentTransaction(UUID transactionId, String transactionExternalKey, UUID paymentId, String paymentExternalKey, org.killbill.billing.payment.api.TransactionType transactionType, BigDecimal amount, org.killbill.billing.catalog.api.Currency currency, org.joda.time.DateTime effectiveDate, BigDecimal processedAmount, org.killbill.billing.catalog.api.Currency processedCurrency, org.killbill.billing.payment.api.TransactionStatus status, String gatewayErrorCode, String gatewayErrorMsg, String firstPaymentReferenceId, String secondPaymentReferenceId, List<PluginProperty> properties, List<AuditLog> auditLogs)
-