type property
The type of additional bank identification, depending on the country. Possible values: * auBsbCode: The 6-digit Australian Bank State Branch (BSB) code, without separators or spaces. * caRoutingNumber: The 9-digit Canadian routing number, in EFT format, without separators or spaces. * gbSortCode: The 6-digit UK sort code, without separators or spaces * usRoutingNumber: The 9-digit routing number, without separators or spaces.
Implementation
@BuiltValueField(wireName: r'type')
AdditionalBankIdentificationTypeEnum? get type;