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_holder_type") BankAccountHolderType? get accountHolderType;/// The bank account type.
/// This can only be checking or savings in most countries.
/// In Japan, this can only be futsu or toza.
@JsonKey(name: "account_type") String? get accountType;