RazorpayIin constructor
- @JsonSerializable(includeIfNull: false)
const
RazorpayIin(
{ - required String iin,
- required String entity,
- required String issuer_code,
- required String issuer_name,
- required bool international,
- required bool is_tokenized,
- required IinEmi emi,
- required IinRecurring recurring,
- required List<IinAuthenticationType> authentication_types,
- IinNetwork? network,
- IinCardType? type,
- IinSubType? sub_type,
- String? card_iin,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayIin({
required String iin,
required String entity,
required String issuer_code,
required String issuer_name,
required bool international,
required bool is_tokenized,
required IinEmi emi,
required IinRecurring recurring,
required List<IinAuthenticationType> authentication_types,
IinNetwork? network, // Nullable enum
IinCardType? type, // Nullable enum
IinSubType? sub_type, // Nullable enum
String? card_iin, // Nullable string
}) = _RazorpayIin;