ComboHostedPaymentPageJson(AccountJson account,
PaymentMethodJson paymentMethod,
HostedPaymentPageFieldsJson hostedPaymentPageFields,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
ComboPaymentJson(AccountJson account,
PaymentMethodJson paymentMethod,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<PluginPropertyJson> transactionPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<PluginPropertyJson> transactionPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
HostedPaymentPageFieldsJson(java.util.List<PluginPropertyJson> formFields) |
InvoicePaymentTransactionJson(java.util.UUID transactionId,
java.lang.String transactionExternalKey,
java.util.UUID paymentId,
java.lang.String paymentExternalKey,
java.lang.String transactionType,
java.math.BigDecimal amount,
java.lang.String currency,
org.joda.time.DateTime effectiveDate,
java.math.BigDecimal processedAmount,
java.lang.String processedCurrency,
java.lang.String status,
java.lang.String gatewayErrorCode,
java.lang.String gatewayErrorMsg,
java.lang.String firstPaymentReferenceId,
java.lang.String secondPaymentReferenceId,
java.util.List<PluginPropertyJson> properties,
java.lang.Boolean isAdjusted,
java.util.List<InvoiceItemJson> adjustments,
java.util.List<AuditLogJson> auditLogs) |
PaymentAttemptJson(java.util.UUID accountId,
java.util.UUID paymentMethodId,
java.lang.String paymentExternalKey,
java.util.UUID transactionId,
java.lang.String transactionExternalKey,
java.lang.String transactionType,
org.joda.time.DateTime effectiveDate,
java.lang.String stateName,
java.math.BigDecimal amount,
java.lang.String currency,
java.lang.String pluginName,
java.util.List<PluginPropertyJson> pluginProperties,
java.util.List<AuditLogJson> auditLogs) |
PaymentMethodPluginDetailJson(java.lang.String externalPaymentMethodId,
java.lang.Boolean isDefaultPaymentMethod,
java.util.List<PluginPropertyJson> properties) |
PaymentTransactionJson(java.util.UUID transactionId,
java.lang.String transactionExternalKey,
java.util.UUID paymentId,
java.lang.String paymentExternalKey,
java.lang.String transactionType,
java.math.BigDecimal amount,
java.lang.String currency,
org.joda.time.DateTime effectiveDate,
java.math.BigDecimal processedAmount,
java.lang.String processedCurrency,
java.lang.String status,
java.lang.String gatewayErrorCode,
java.lang.String gatewayErrorMsg,
java.lang.String firstPaymentReferenceId,
java.lang.String secondPaymentReferenceId,
java.util.List<PluginPropertyJson> properties,
java.util.List<AuditLogJson> auditLogs) |