Class MyFatoorahPaymentRequest
java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahPaymentRequest
The MyFatoorah payment request.
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
The payment request to execute.com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
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.toString()
-
Constructor Details
-
MyFatoorahPaymentRequest
public MyFatoorahPaymentRequest()
-
-
Method Details
-
getTransactionReferenceId
-
getPaymentId
-
getInvoiceId
-
getRefundId
-
getRefundReference
-
getApplicationId
-
getTenantId
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-