Class MyFatoorahInitiatePaymentResponse.PaymentMethod

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahInitiatePaymentResponse.PaymentMethod
All Implemented Interfaces:
Serializable
Enclosing class:
MyFatoorahInitiatePaymentResponse

public static class MyFatoorahInitiatePaymentResponse.PaymentMethod extends Object implements Serializable
See Also:
  • Field Details

    • paymentMethodId

      public int paymentMethodId
    • paymentMethodAr

      public String paymentMethodAr
    • paymentMethodEn

      public String paymentMethodEn
    • paymentMethodCode

      public String paymentMethodCode
    • isDirectPayment

      public boolean isDirectPayment
    • serviceCharge

      public double serviceCharge
    • totalAmount

      public double totalAmount
    • currencyIso

      public String currencyIso
    • imageUrl

      public String imageUrl
    • isEmbeddedSupported

      public String isEmbeddedSupported
    • paymentCurrencyIso

      public String paymentCurrencyIso
  • Constructor Details

    • PaymentMethod

      public PaymentMethod()
  • Method Details

    • setPaymentMethodId

      public void setPaymentMethodId(int paymentMethodId)
    • setPaymentMethodAr

      public void setPaymentMethodAr(String paymentMethodAr)
    • setPaymentMethodEn

      public void setPaymentMethodEn(String paymentMethodEn)
    • setPaymentMethodCode

      public void setPaymentMethodCode(String paymentMethodCode)
    • setDirectPayment

      public void setDirectPayment(boolean isDirectPayment)
    • setServiceCharge

      public void setServiceCharge(double serviceCharge)
    • setTotalAmount

      public void setTotalAmount(double totalAmount)
    • setCurrencyIso

      public void setCurrencyIso(String currencyIso)
    • setImageUrl

      public void setImageUrl(String imageUrl)
    • setIsEmbeddedSupported

      public void setIsEmbeddedSupported(String isEmbeddedSupported)
    • setPaymentCurrencyIso

      public void setPaymentCurrencyIso(String paymentCurrencyIso)
    • getPaymentMethodId

      public int getPaymentMethodId()
    • getPaymentMethodAr

      public String getPaymentMethodAr()
    • getPaymentMethodEn

      public String getPaymentMethodEn()
    • getPaymentMethodCode

      public String getPaymentMethodCode()
    • isDirectPayment

      public boolean isDirectPayment()
    • getServiceCharge

      public double getServiceCharge()
    • getTotalAmount

      public double getTotalAmount()
    • getCurrencyIso

      public String getCurrencyIso()
    • getImageUrl

      public String getImageUrl()
    • getIsEmbeddedSupported

      public String getIsEmbeddedSupported()
    • getPaymentCurrencyIso

      public String getPaymentCurrencyIso()