ExcutePaymentRequest constructor
Implementation
ExcutePaymentRequest({
@required this.callBackUrl,
@required this.errorUrl,
@required this.paymentMethod,
//this.currencyIsoDisplay = "ريال",
this.language = ApiLanguage.Arabic,
@required this.invoiceAmount,
});