GoogleApi.Content.V21.Model.RegionPostalCodeArea (google_api_content v0.52.0) View Source
A list of postal codes that defines the region area. Note: All regions defined using postal codes are accessible via the account's ShippingSettings.postalCodeGroups
resource.
Attributes
-
postalCodes
(type:list(GoogleApi.Content.V21.Model.RegionPostalCodeAreaPostalCodeRange.t)
, default:nil
) - Required. A range of postal codes. -
regionCode
(type:String.t
, default:nil
) - Required. CLDR territory code or the country the postal code group applies to.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.RegionPostalCodeArea{ postalCodes: [ GoogleApi.Content.V21.Model.RegionPostalCodeAreaPostalCodeRange.t() ], regionCode: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.