payPalPeriodCountryCode property

  1. @BuiltValueField.new(wireName: r'PayPal.CountryCode')
String? get payPalPeriodCountryCode

Shopper's country of residence in the form of ISO standard 3166 2-character country codes.

Implementation

@BuiltValueField(wireName: r'PayPal.CountryCode')
String? get payPalPeriodCountryCode;