authorisationToken property

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

A token needed to authorise a payment.

Implementation

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