Class MyFatoorahResponse.InvoiceTransaction

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahResponse.InvoiceTransaction
All Implemented Interfaces:
Serializable
Enclosing class:
MyFatoorahResponse

public static class MyFatoorahResponse.InvoiceTransaction extends Object implements Serializable
See Also:
  • Constructor Details

    • InvoiceTransaction

      public InvoiceTransaction()
  • Method Details

    • setTransactionDate

      public void setTransactionDate(Instant transactionDate)
    • setPaymentGateway

      public void setPaymentGateway(String paymentGateway)
    • setReferenceId

      public void setReferenceId(String referenceId)
    • setTrackId

      public void setTrackId(String trackId)
    • setTransactionId

      public void setTransactionId(String transactionId)
    • setPaymentId

      public void setPaymentId(String paymentId)
    • setAuthorizationId

      public void setAuthorizationId(String authorizationId)
    • setTransactionStatus

      public void setTransactionStatus(String transactionStatus)
    • setTransationValue

      public void setTransationValue(String transationValue)
    • setCustomerServiceCharge

      public void setCustomerServiceCharge(String customerServiceCharge)
    • setDueValue

      public void setDueValue(String dueValue)
    • setPaidCurrency

      public void setPaidCurrency(String paidCurrency)
    • setPaidCurrencyValue

      public void setPaidCurrencyValue(String paidCurrencyValue)
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • setCountry

      public void setCountry(String country)
    • setCurrency

      public void setCurrency(String currency)
    • setError

      public void setError(String error)
    • setCardNumber

      public void setCardNumber(String cardNumber)
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getTransactionDate

      public Instant getTransactionDate()
    • getPaymentGateway

      public String getPaymentGateway()
    • getReferenceId

      public String getReferenceId()
    • getTrackId

      public String getTrackId()
    • getTransactionId

      public String getTransactionId()
    • getPaymentId

      public String getPaymentId()
    • getAuthorizationId

      public String getAuthorizationId()
    • getTransactionStatus

      public String getTransactionStatus()
    • getTransationValue

      public String getTransationValue()
    • getCustomerServiceCharge

      public String getCustomerServiceCharge()
    • getDueValue

      public String getDueValue()
    • getPaidCurrency

      public String getPaidCurrency()
    • getPaidCurrencyValue

      public String getPaidCurrencyValue()
    • getIpAddress

      public String getIpAddress()
    • getCountry

      public String getCountry()
    • getCurrency

      public String getCurrency()
    • getError

      public String getError()
    • getCardNumber

      public String getCardNumber()
    • getErrorCode

      public String getErrorCode()