accountType property
The bank account type. This can only be checking or savings in most countries. In Japan, this can only be futsu or toza.
Implementation
@JsonKey(name: "account_type")
String? get accountType => throw _privateConstructorUsedError;