| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<PluginPropertyJson> |
HostedPaymentPageFieldsJson.getFormFields() |
List<PluginPropertyJson> |
ComboPaymentJson.getPaymentMethodPluginProperties() |
List<PluginPropertyJson> |
PaymentAttemptJson.getPluginProperties() |
List<PluginPropertyJson> |
PaymentTransactionJson.getProperties() |
List<PluginPropertyJson> |
PaymentMethodJson.PaymentMethodPluginDetailJson.getProperties() |
List<PluginPropertyJson> |
ComboPaymentTransactionJson.getTransactionPluginProperties() |
protected static List<PluginPropertyJson> |
JsonBase.toPluginPropertyJson(Iterable<PluginProperty> properties) |
| Constructor and 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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<PluginProperty> |
JaxRsResourceBase.extractPluginProperties(Iterable<PluginPropertyJson> pluginProperties) |
Copyright © 2010–2022. All rights reserved.