shopperInteraction property

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

The sales channel. Required if the merchant account does not have a sales channel. When you provide this field, it overrides the default sales channel set on the merchant account. Possible values: eCommerce, pos, contAuth, and moto.

Implementation

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