shopperConversionId property

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

A unique ID that can be used to associate /paymentMethods and /payments requests with the same shopper transaction, offering insights into conversion rates.

Implementation

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