accountType property

  1. @BuiltValueField.new(wireName: r'accountType')
CheckoutBankAccountAccountTypeEnum? get accountType

The type of the bank account.

Implementation

@BuiltValueField(wireName: r'accountType')
CheckoutBankAccountAccountTypeEnum? get accountType;