PaymobIframe constructor
PaymobIframe({})
Constructs a PaymobIframe object with the provided data.
Implementation
PaymobIframe({
required this.iframeId,
required this.integrationId,
this.name,
this.description,
});
Constructs a PaymobIframe object with the provided data.
PaymobIframe({
required this.iframeId,
required this.integrationId,
this.name,
this.description,
});