Class VerifonePaymentRequest
- java.lang.Object
-
- com.broadleafcommerce.payment.service.gateway.domain.VerifonePaymentRequest
-
public class VerifonePaymentRequest extends Object
The Verifone payment request.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Constructor Summary
Constructors Constructor Description VerifonePaymentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
getPaymentRequest()
The payment request to execute.String
getTransactionReferenceId()
com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
getTransactionType()
The transaction type to execute.int
hashCode()
void
setPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
The payment request to execute.void
setTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType)
The transaction type to execute.String
toString()
-
-
-
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)
-
-