Class MyFatoorahPaymentRequest

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahPaymentRequest

public class MyFatoorahPaymentRequest extends Object
The MyFatoorah payment request.
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • MyFatoorahPaymentRequest

      public MyFatoorahPaymentRequest()
  • Method Details

    • getTransactionReferenceId

      @Nullable public String getTransactionReferenceId()
    • getPaymentId

      @Nullable public String getPaymentId()
    • getInvoiceId

      @Nullable public String getInvoiceId()
    • getRefundId

      @Nullable public String getRefundId()
    • getRefundReference

      @Nullable public String getRefundReference()
    • getApplicationId

      @Nullable public String getApplicationId()
    • getTenantId

      @Nullable public String getTenantId()
    • getCurrencyCode

      public String getCurrencyCode()
    • getTransactionType

      public com.broadleafcommerce.paymentgateway.domain.enums.TransactionType getTransactionType()
      The transaction type to execute.
    • getPaymentRequest

      public com.broadleafcommerce.paymentgateway.domain.PaymentRequest getPaymentRequest()
      The payment request to execute.
    • setTransactionType

      public void setTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType)
      The transaction type to execute.
    • setPaymentRequest

      public void setPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
      The payment request to execute.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object