setupToken property
The setup token provided by the POS Mobile SDK. - When using the Android POS Mobile SDK, obtain the token through the AuthenticationService.authenticate(setupToken) callback of AuthenticationService. - When using the iOS POS Mobile SDK, obtain the token through the PaymentServiceDelegate.register(with:) callback of PaymentServiceDelegate.
Implementation
@BuiltValueField(wireName: r'setupToken')
String get setupToken;