| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json |
| Modifier and Type | Method and Description |
|---|---|
List<PluginPropertyJson> |
HostedPaymentPageFieldsJson.getCustomFields() |
List<PluginPropertyJson> |
PaymentTransactionJson.getProperties() |
List<PluginPropertyJson> |
PaymentMethodJson.PaymentMethodPluginDetailJson.getProperties() |
protected static List<PluginPropertyJson> |
JsonBase.toPluginPropertyJson(Iterable<PluginProperty> properties) |
| Constructor and Description |
|---|
HostedPaymentPageFieldsJson(List<PluginPropertyJson> formFields) |
InvoicePaymentTransactionJson(String transactionId,
String transactionExternalKey,
String paymentId,
String paymentExternalKey,
String transactionType,
BigDecimal amount,
String currency,
org.joda.time.DateTime effectiveDate,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String firstPaymentReferenceId,
String secondPaymentReferenceId,
List<PluginPropertyJson> properties,
Boolean isAdjusted,
List<InvoiceItemJson> adjustments,
List<AuditLogJson> auditLogs) |
PaymentMethodJson.PaymentMethodPluginDetailJson(String externalPaymentId,
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,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String firstPaymentReferenceId,
String secondPaymentReferenceId,
List<PluginPropertyJson> properties,
List<AuditLogJson> auditLogs) |
Copyright © 2010-2014. All Rights Reserved.