bankAccount property

  1. @BuiltValueField.new(wireName: r'bankAccount')
BankAccount? get bankAccount

Contains information about the bank account.

Implementation

@BuiltValueField(wireName: r'bankAccount')
BankAccount? get bankAccount;