MHSafeXPayGateway constructor

MHSafeXPayGateway({
  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,
  9. required String pgDetails,
  10. required String customerDetails,
  11. required String cardDetails,
  12. required String billDetails,
  13. required String shipDetails,
  14. required String itemDetails,
  15. required String upiDetails,
  16. required String otherDetails,
})

Implementation

MHSafeXPayGateway(
    {required this.orderNo,
    required this.amount,
    required this.currency,
    required this.transactionType,
    required this.channel,
    required this.successUrl,
    required this.failureUrl,
    required this.countryCode,
    required this.pgDetails,
    required this.customerDetails,
    required this.cardDetails,
    required this.billDetails,
    required this.shipDetails,
    required this.itemDetails,
    required this.upiDetails,
    required this.otherDetails});