|
2 | 2 | * Legal Entity Management API |
3 | 3 | * |
4 | 4 | * |
5 | | -* The version of the OpenAPI document: 3 |
| 5 | +* The version of the OpenAPI document: 4 |
6 | 6 | * |
7 | 7 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
8 | 8 | * https://openapi-generator.tech |
@@ -43,7 +43,7 @@ protected Address() { } |
43 | 43 | /// <param name="city">The name of the city. Required if `stateOrProvince` is provided. If you specify the city, you must also send `postalCode` and `street`..</param> |
44 | 44 | /// <param name="country">The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code. (required).</param> |
45 | 45 | /// <param name="postalCode">The postal code. Required if `stateOrProvince` and/or `city` is provided. When using alphanumeric postal codes, all letters must be uppercase. For example, 1234 AB or SW1A 1AA..</param> |
46 | | - /// <param name="stateOrProvince">The two-letter ISO 3166-2 state or province code. For example, **CA** in the US. If you specify the state or province, you must also send `city`, `postalCode`, and `street`..</param> |
| 46 | + /// <param name="stateOrProvince">The two-letter ISO 3166-2 state or province code. For example, **CA** in the US. Required for Australia and New Zealand. If you specify the state or province, you must also send `city`, `postalCode`, and `street`..</param> |
47 | 47 | /// <param name="street">The name of the street, and the house or building number. Required if `stateOrProvince` and/or `city` is provided..</param> |
48 | 48 | /// <param name="street2">The apartment, unit, or suite number..</param> |
49 | 49 | public Address(string city = default(string), string country = default(string), string postalCode = default(string), string stateOrProvince = default(string), string street = default(string), string street2 = default(string)) |
@@ -78,9 +78,9 @@ protected Address() { } |
78 | 78 | public string PostalCode { get; set; } |
79 | 79 |
|
80 | 80 | /// <summary> |
81 | | - /// The two-letter ISO 3166-2 state or province code. For example, **CA** in the US. If you specify the state or province, you must also send `city`, `postalCode`, and `street`. |
| 81 | + /// The two-letter ISO 3166-2 state or province code. For example, **CA** in the US. Required for Australia and New Zealand. If you specify the state or province, you must also send `city`, `postalCode`, and `street`. |
82 | 82 | /// </summary> |
83 | | - /// <value>The two-letter ISO 3166-2 state or province code. For example, **CA** in the US. If you specify the state or province, you must also send `city`, `postalCode`, and `street`.</value> |
| 83 | + /// <value>The two-letter ISO 3166-2 state or province code. For example, **CA** in the US. Required for Australia and New Zealand. If you specify the state or province, you must also send `city`, `postalCode`, and `street`.</value> |
84 | 84 | [DataMember(Name = "stateOrProvince", EmitDefaultValue = false)] |
85 | 85 | public string StateOrProvince { get; set; } |
86 | 86 |
|
|
0 commit comments