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