Ideal constructor
Implementation
@JsonSerializable(explicitToJson: true)
const factory Ideal({
/// The BIC code of the bank
String? bankIdentifierCode,
/// The bank of the customer
String? bank,
}) = _Ideal;
@JsonSerializable(explicitToJson: true)
const factory Ideal({
/// The BIC code of the bank
String? bankIdentifierCode,
/// The bank of the customer
String? bank,
}) = _Ideal;