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 booleancanEqual(Object other)booleanequals(Object o)com.broadleafcommerce.paymentgateway.domain.PaymentRequestgetPaymentRequest()The payment request to execute.StringgetTransactionReferenceId()com.broadleafcommerce.paymentgateway.domain.enums.TransactionTypegetTransactionType()The transaction type to execute.inthashCode()voidsetPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)The payment request to execute.voidsetTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType)The transaction type to execute.StringtoString()
-
-
-
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)
-
-