enhancedSchemeDataPeriodDestinationCountryCode property

  1. @BuiltValueField.new(wireName: r'enhancedSchemeData.destinationCountryCode')
String? get enhancedSchemeDataPeriodDestinationCountryCode

The three-letter ISO 3166-1 alpha-3 country code for the destination address. * Encoding: ASCII * Fixed length: 3 characters

Implementation

@BuiltValueField(wireName: r'enhancedSchemeData.destinationCountryCode')
String? get enhancedSchemeDataPeriodDestinationCountryCode;