FawryLaunchModel constructor
FawryLaunchModel({
- required bool allow3DPayment,
- required List<
BillItem> chargeItems, - LaunchCustomerModel? launchCustomerModel,
- required LaunchMerchantModel launchMerchantModel,
- required bool skipLogin,
- required bool skipReceipt,
- bool? payWithCardToken,
- PaymentMethods? paymentMethods,
Constructs a FawryLaunchModel with required parameters.
Implementation
FawryLaunchModel({
required this.allow3DPayment,
required this.chargeItems,
this.launchCustomerModel,
required this.launchMerchantModel,
required this.skipLogin,
required this.skipReceipt,
this.payWithCardToken,
this.paymentMethods,
});