authenticationMethod property

PayAtTableAuthenticationMethodEnum? get authenticationMethod

Implementation

PayAtTableAuthenticationMethodEnum? get authenticationMethod =>
    _$this._authenticationMethod;
set authenticationMethod (PayAtTableAuthenticationMethodEnum? authenticationMethod)

Implementation

set authenticationMethod(
  PayAtTableAuthenticationMethodEnum? authenticationMethod,
) => _$this._authenticationMethod = authenticationMethod;