EnabledcheckoutOptions constructor

EnabledcheckoutOptions({
  1. required String sId,
  2. required String? gatewayName,
  3. required String? type,
  4. required String? code,
  5. required String? description,
  6. required bool? enable,
  7. required List<Bank>? bank,
  8. required String sTypename,
})

Implementation

EnabledcheckoutOptions(
    {required this.sId,
    required this.gatewayName,
    required this.type,
    required this.code,
    required this.description,
    required this.enable,
    required this.bank,
    required this.sTypename});