limitStatus property

  1. @BuiltValueField.new(wireName: r'limitStatus')
LimitStatus get limitStatus

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

@BuiltValueField(wireName: r'limitStatus')
LimitStatus get limitStatus;