We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7717138 commit e7da2caCopy full SHA for e7da2ca
api/domain/v2beta1/domain_sdk.go
@@ -1731,9 +1731,13 @@ type ContactExtensionFR struct {
1731
1732
// ContactExtensionIT: contact extension it.
1733
type ContactExtensionIT struct {
1734
- EuropeanCitizenship string `json:"european_citizenship"`
+ // Deprecated
1735
+ EuropeanCitizenship *string `json:"european_citizenship,omitempty"`
1736
+
1737
1738
+ TaxCode *string `json:"tax_code,omitempty"`
1739
- TaxCode string `json:"tax_code"`
1740
+ Pin string `json:"pin"`
1741
}
1742
1743
// ContactExtensionNL: contact extension nl.
0 commit comments