token property

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

The permit token which is used to make payments by the partner company.

Implementation

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