account property
BankAccount?
account
getter/setter pair
The bank account used for the payment. Will be null if the customer didn't use bank account as a means of payment
Implementation
BankAccount? account;