shopperInteraction property

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

The shopper interaction type of the payment request. Example: Ecommerce

Implementation

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