RazorpayTokenNach constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayTokenNach({
  1. required NachInfo nach,
  2. EmandateAuthTypeToken? auth_type,
  3. int? max_amount,
  4. int? expire_at,
  5. IMap? notes,
  6. RazorpayOrderBankDetailsBaseRequestBody? bank_account,
  7. int? first_payment_amount,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayTokenNach({
  // Nach specific
  required NachInfo nach, // Emandate fields
  EmandateAuthTypeToken? auth_type,
  int? max_amount,
  int? expire_at,
  IMap<dynamic>? notes,
  RazorpayOrderBankDetailsBaseRequestBody? bank_account,
  int? first_payment_amount,
}) = _RazorpayTokenNach;