| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<PluginPropertyJson> |
HostedPaymentPageFieldsJson.getCustomFields() |
Iterable<PluginPropertyJson> |
ComboPaymentJson.getPaymentMethodPluginProperties() |
List<PluginPropertyJson> |
PaymentAttemptJson.getPluginProperties() |
List<PluginPropertyJson> |
PaymentMethodJson.PaymentMethodPluginDetailJson.getProperties() |
List<PluginPropertyJson> |
PaymentTransactionJson.getProperties() |
Iterable<PluginPropertyJson> |
ComboPaymentTransactionJson.getTransactionPluginProperties() |
protected static List<PluginPropertyJson> |
JsonBase.toPluginPropertyJson(Iterable<PluginProperty> properties) |
| Constructor and Description |
|---|
ComboHostedPaymentPageJson(AccountJson account,
PaymentMethodJson paymentMethod,
HostedPaymentPageFieldsJson hostedPaymentPageFields,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
List<AuditLogJson> auditLogs) |
ComboPaymentJson(AccountJson account,
PaymentMethodJson paymentMethod,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
List<AuditLogJson> auditLogs) |
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
Iterable<PluginPropertyJson> transactionPluginProperties,
List<AuditLogJson> auditLogs) |
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
Iterable<PluginPropertyJson> paymentMethodPluginProperties,
Iterable<PluginPropertyJson> transactionPluginProperties,
List<AuditLogJson> auditLogs) |
HostedPaymentPageFieldsJson(List<PluginPropertyJson> formFields) |
InvoicePaymentTransactionJson(String transactionId,
String transactionExternalKey,
String paymentId,
String paymentExternalKey,
String transactionType,
BigDecimal amount,
String currency,
org.joda.time.DateTime effectiveDate,
BigDecimal processedAmount,
String processedCurrency,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String firstPaymentReferenceId,
String secondPaymentReferenceId,
List<PluginPropertyJson> properties,
Boolean isAdjusted,
List<InvoiceItemJson> adjustments,
List<AuditLogJson> auditLogs) |
PaymentAttemptJson(String accountId,
String paymentMethodId,
String paymentExternalKey,
String transactionId,
String transactionExternalKey,
String transactionType,
org.joda.time.DateTime effectiveDate,
String stateName,
BigDecimal amount,
String currency,
String pluginName,
List<PluginPropertyJson> pluginProperties,
List<AuditLogJson> auditLogs) |
PaymentMethodJson.PaymentMethodPluginDetailJson(String externalPaymentMethodId,
Boolean isDefaultPaymentMethod,
List<PluginPropertyJson> properties) |
PaymentTransactionJson(String transactionId,
String transactionExternalKey,
String paymentId,
String paymentExternalKey,
String transactionType,
BigDecimal amount,
String currency,
org.joda.time.DateTime effectiveDate,
BigDecimal processedAmount,
String 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-2016. All Rights Reserved.