Sofort constructor
Implementation
@JsonSerializable(explicitToJson: true)
const factory Sofort({
/// Two letter ISO code representing the country of the bank account.
String? country,
}) = _Sofort;
@JsonSerializable(explicitToJson: true)
const factory Sofort({
/// Two letter ISO code representing the country of the bank account.
String? country,
}) = _Sofort;