paymentInstrumentId property

  1. @BuiltValueField.new(wireName: r'paymentInstrumentId')
String? get paymentInstrumentId

The unique identifier of the payment instrument to which this network token belongs to.

Implementation

@BuiltValueField(wireName: r'paymentInstrumentId')
String? get paymentInstrumentId;