Class PaymentFlowResponse

java.lang.Object
liberalize.java.backend.sdk.data.model.PaymentFlowResponse

public class PaymentFlowResponse
extends java.lang.Object
  • Field Details

    • id

      @SerializedName("id") public java.lang.String id
    • organizationId

      @SerializedName("organizationId") public java.lang.String organizationId
    • posId

      @SerializedName("posId") public java.lang.String posId
    • paymentId

      @SerializedName("paymentId") public java.lang.String paymentId
    • payment

      @SerializedName("payment") public Payment payment
    • account

      @SerializedName("account") public Account account
    • parentTransaction

      @SerializedName("parentTransaction") public ParentTransaction parentTransaction
    • processor

      @SerializedName("processor") public Processor processor
    • status

      @SerializedName("status") public java.lang.String status
    • amount

      @SerializedName("amount") public java.lang.Double amount
    • currency

      @SerializedName("currency") public java.lang.String currency
    • createdAt

      @SerializedName("createdAt") public java.lang.String createdAt
    • updatedAt

      @SerializedName("updatedAt") public java.lang.String updatedAt
  • Constructor Details

    • PaymentFlowResponse

      public PaymentFlowResponse​(java.lang.String id, java.lang.String organizationId, java.lang.String posId, java.lang.String paymentId, Payment payment, Account account, ParentTransaction parentTransaction, Processor processor, java.lang.String status, java.lang.Double amount, java.lang.String currency, java.lang.String createdAt, java.lang.String updatedAt)