RazorpayBankAccountBaseRequestBody constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayBankAccountBaseRequestBody({
required String name,
required dynamic account_number, // string | number
required String ifsc,
}) = _RazorpayBankAccountBaseRequestBody;