shopperLocale property

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

The combination of a language code and a country code to specify the language to be used in the payment.

Implementation

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