status property
The new status of the network token. Possible values: active, suspended, closed. The closed status is final and cannot be changed.
Implementation
@BuiltValueField(wireName: r'status')
UpdateNetworkTokenRequestStatusEnum? get status;
The new status of the network token. Possible values: active, suspended, closed. The closed status is final and cannot be changed.
@BuiltValueField(wireName: r'status')
UpdateNetworkTokenRequestStatusEnum? get status;