accountType property

  1. @JsonKey(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_type")
String? get accountType => throw _privateConstructorUsedError;