IpayPayments constructor
IpayPayments({
- required String amount,
- required String authorization,
- required String msisdn,
- required String name,
- required PaymentType paymentType,
- required Country country,
- required String currency,
- required TargetEnvironment targetEnvironment,
- int timeOut = 60,
- String cvv = '',
- String exp = '',
- String pan = '',
- String referencePrefix = 'ipay',
- String? transationId,
- String? paymentSucceededMsg,
- String? paymentFailedMsg,
Implementation
IpayPayments(
{required this.amount,
required this.authorization,
required this.msisdn,
required this.name,
required this.paymentType,
required this.country,
required this.currency,
required this.targetEnvironment,
this.timeOut = 60,
this.cvv = '',
this.exp = '',
this.pan = '',
this.referencePrefix = 'ipay',
this.transationId,
this.paymentSucceededMsg,
this.paymentFailedMsg});