RazorpayTokenEmandate constructor

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

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayTokenEmandate({
  EmandateAuthTypeToken? auth_type,
  int? max_amount,
  int? expire_at,
  IMap<dynamic>? notes,
  RazorpayOrderBankDetailsBaseRequestBody? bank_account,
  int? first_payment_amount,
}) = _RazorpayTokenEmandate;