accountType property

Implementation

CheckoutBankAccountAccountTypeEnum? get accountType => _$this._accountType;
set accountType (CheckoutBankAccountAccountTypeEnum? accountType)

Implementation

set accountType(CheckoutBankAccountAccountTypeEnum? accountType) =>
    _$this._accountType = accountType;