shopperInteractionDevice property

  1. @BuiltValueField.new(wireName: r'shopperInteractionDevice')
ShopperInteractionDevice? get shopperInteractionDevice

Shopper interaction device, such as terminal, mobile device or web browser, to initiate payment requests.

Implementation

@BuiltValueField(wireName: r'shopperInteractionDevice')
ShopperInteractionDevice? get shopperInteractionDevice;