unknownDefaultOpenApi constant

  1. @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
LimitStatus const unknownDefaultOpenApi

The status of the transfer limit. Possible values: * active: the limit is currently active. * inactive: the limit is currently inactive. * pendingSCA: the limit is pending until your user performs SCA. * scheduled: the limit is scheduled to become active at a future date.

Implementation

@BuiltValueEnumConst(wireName: r'unknown_default_open_api', fallback: true)
static const LimitStatus unknownDefaultOpenApi = _$unknownDefaultOpenApi;