Class VerifonePaymentRequest


  • public class VerifonePaymentRequest
    extends Object
    The Verifone payment request.
    Author:
    Dima Myroniuk (dmyroniuk)
    • Constructor Detail

      • VerifonePaymentRequest

        public VerifonePaymentRequest()
    • Method Detail

      • getTransactionReferenceId

        @Nullable
        public String getTransactionReferenceId()
      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object