activation property

  1. @BuiltValueField.new(wireName: r'activation')
String? get activation

The activation label attached to the card that contains the activation instructions. This field overrides the activation label design ID defined in the card configuration profile.

Implementation

@BuiltValueField(wireName: r'activation')
String? get activation;