nationality property

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

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;