tokenRequestor property

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

The token requestor is an entity who requested tokenization of the card for secure payments.

Implementation

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