shopperLocale property

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

The language to be used in the payment page, specified by a combination of a language and country code. For example, en-US. For a list of shopper locales that Pay by Link supports, refer to Language and localization.

Implementation

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