bankAccount property

  1. @JsonKey(name: "bank_account")
BankAccountToken? get bankAccount
inherited

Hash describing the bank account.

Implementation

@JsonKey(name: "bank_account")
BankAccountToken? get bankAccount => throw _privateConstructorUsedError;