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,
- LaunchApplePayModel? launchApplePayModel,
- LaunchCheckoutModel? launchCheckOutModel,
- String? paymentSignature,
- String? tokenizationSignature,
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,
this.launchApplePayModel,
this.launchCheckOutModel,
this.paymentSignature,
this.tokenizationSignature,
});