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