SetupPaymobPayment constructor
SetupPaymobPayment({})
Implementation
SetupPaymobPayment(
{required this.apiKey,
required this.integrationId,
required this.frameId,
required this.context,
this.currency = "EGP",
this.expiration = 3600,
this.amount = 1,
this.delliveyNeeded = false,
this.items = const [],
Billing? billing})
: billing = billing ?? Billing();