Class MyFatoorahInitiatePaymentRequest
java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahInitiatePaymentRequest
- All Implemented Interfaces:
Serializable
This component represents the required request parameter for init-payment endpoint of MyFatoorah.
- Author:
- SGupta
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The currency code that you need to charge your customer through.The transaction amount you need to charge your customer after applying coupon codes, taxes, fare updates, and so onint
hashCode()
void
setCurrency
(String currency) The currency code that you need to charge your customer through.void
setInvoiceAmount
(BigDecimal invoiceAmount) The transaction amount you need to charge your customer after applying coupon codes, taxes, fare updates, and so ontoString()
-
Constructor Details
-
MyFatoorahInitiatePaymentRequest
public MyFatoorahInitiatePaymentRequest()
-
-
Method Details
-
getCurrency
The currency code that you need to charge your customer through. -
getInvoiceAmount
The transaction amount you need to charge your customer after applying coupon codes, taxes, fare updates, and so on -
setCurrency
The currency code that you need to charge your customer through. -
setInvoiceAmount
The transaction amount you need to charge your customer after applying coupon codes, taxes, fare updates, and so on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-