authenticationMethod property

  1. @BuiltValueField.new(wireName: r'authenticationMethod')
PayAtTableAuthenticationMethodEnum? get authenticationMethod

Allowed authentication methods: Magswipe, Manual Entry.

Implementation

@BuiltValueField(wireName: r'authenticationMethod')
PayAtTableAuthenticationMethodEnum? get authenticationMethod;