bankAccount property

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

The details of the bank account, from which the payment should be made. > Either bankAccount or card field must be provided in a payment request.

Implementation

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