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 Summary
Modifier and TypeFieldDescriptionboolean
int
double
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
double
double
boolean
void
setCurrencyIso
(String currencyIso) void
setDirectPayment
(boolean isDirectPayment) void
setImageUrl
(String imageUrl) void
setIsEmbeddedSupported
(String isEmbeddedSupported) void
setPaymentCurrencyIso
(String paymentCurrencyIso) void
setPaymentMethodAr
(String paymentMethodAr) void
setPaymentMethodCode
(String paymentMethodCode) void
setPaymentMethodEn
(String paymentMethodEn) void
setPaymentMethodId
(int paymentMethodId) void
setServiceCharge
(double serviceCharge) void
setTotalAmount
(double totalAmount)
-
Field Details
-
paymentMethodId
public int paymentMethodId -
paymentMethodAr
-
paymentMethodEn
-
paymentMethodCode
-
isDirectPayment
public boolean isDirectPayment -
serviceCharge
public double serviceCharge -
totalAmount
public double totalAmount -
currencyIso
-
imageUrl
-
isEmbeddedSupported
-
paymentCurrencyIso
-
-
Constructor Details
-
PaymentMethod
public PaymentMethod()
-
-
Method Details
-
setPaymentMethodId
public void setPaymentMethodId(int paymentMethodId) -
setPaymentMethodAr
-
setPaymentMethodEn
-
setPaymentMethodCode
-
setDirectPayment
public void setDirectPayment(boolean isDirectPayment) -
setServiceCharge
public void setServiceCharge(double serviceCharge) -
setTotalAmount
public void setTotalAmount(double totalAmount) -
setCurrencyIso
-
setImageUrl
-
setIsEmbeddedSupported
-
setPaymentCurrencyIso
-
getPaymentMethodId
public int getPaymentMethodId() -
getPaymentMethodAr
-
getPaymentMethodEn
-
getPaymentMethodCode
-
isDirectPayment
public boolean isDirectPayment() -
getServiceCharge
public double getServiceCharge() -
getTotalAmount
public double getTotalAmount() -
getCurrencyIso
-
getImageUrl
-
getIsEmbeddedSupported
-
getPaymentCurrencyIso
-