tokenRequestor property

  1. @BuiltValueField.new(wireName: r'tokenRequestor')
NetworkTokenRequestor? get tokenRequestor

Contains information about the entity or organization that is requesting the network token.

Implementation

@BuiltValueField(wireName: r'tokenRequestor')
NetworkTokenRequestor? get tokenRequestor;