status property
The new status of the account. >Permitted values: Active, Inactive, Suspended, Closed.
Implementation
@BuiltValueField(wireName: r'status')
CloseAccountResponseStatusEnum? get status;
The new status of the account. >Permitted values: Active, Inactive, Suspended, Closed.
@BuiltValueField(wireName: r'status')
CloseAccountResponseStatusEnum? get status;