Class MyFatoorahInitiatePaymentRequest

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahInitiatePaymentRequest
All Implemented Interfaces:
Serializable

public class MyFatoorahInitiatePaymentRequest extends Object implements Serializable
This component represents the required request parameter for init-payment endpoint of MyFatoorah.
Author:
SGupta
See Also:
  • Constructor Details

    • MyFatoorahInitiatePaymentRequest

      public MyFatoorahInitiatePaymentRequest()
  • Method Details

    • getCurrency

      public String getCurrency()
      The currency code that you need to charge your customer through.
    • getInvoiceAmount

      public BigDecimal getInvoiceAmount()
      The transaction amount you need to charge your customer after applying coupon codes, taxes, fare updates, and so on
    • setCurrency

      public void setCurrency(String currency)
      The currency code that you need to charge your customer through.
    • setInvoiceAmount

      public void setInvoiceAmount(BigDecimal invoiceAmount)
      The transaction amount you need to charge your customer after applying coupon codes, taxes, fare updates, and so on
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object