SafeXPayGateway constructor

SafeXPayGateway({
  1. required String orderNo,
  2. required double amount,
  3. required String currency,
  4. required String transactionType,
  5. required String channel,
  6. required String successUrl,
  7. required String failureUrl,
  8. required String countryCode,
})

Implementation

SafeXPayGateway(
    {required this.orderNo,
    required this.amount,
    required this.currency,
    required this.transactionType,
    required this.channel,
    required this.successUrl,
    required this.failureUrl,
    required this.countryCode});