nationality property
The shopper's nationality. A valid value is an ISO 2-character country code (e.g. 'NL'). > This field is required to update the existing nationality that is associated with this recurring contract.
Implementation
@BuiltValueField(wireName: r'nationality')
String? get nationality;