Class TabbyPaymentRequest

java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyPaymentRequest

public class TabbyPaymentRequest extends Object
  • Constructor Details

    • TabbyPaymentRequest

      public TabbyPaymentRequest()
  • Method Details

    • getMerchantCode

      @Nullable public String getMerchantCode()
    • getPaymentId

      @Nullable public String getPaymentId()
    • getPayment

      @Nullable public String getPayment()
    • getLang

      @Nullable public String getLang()
    • getMerchantUrls

      @Nullable public String getMerchantUrls()
    • getRefundReason

      @Nullable public String getRefundReason()
    • isCreateToken

      @Nullable public boolean isCreateToken()
    • getToken

      @Nullable public String getToken()
    • getTransactionReferenceId

      @Nullable public String getTransactionReferenceId()
    • getTransactionTotal

      @Nullable public javax.money.MonetaryAmount getTransactionTotal()
    • getApplicationId

      @Nullable public String getApplicationId()
    • getTenantId

      @Nullable public String getTenantId()
    • getBooleanValue

      protected boolean getBooleanValue(@Nullable Object value)
    • 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