accountType property

  1. @JsonKey.new(name: "account_type")
String? get accountType
inherited

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;