Skip to content

Commit 22abccf

Browse files
committed
revert
1 parent ce33085 commit 22abccf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

api/domain/v2beta1/domain_sdk.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,13 +1731,9 @@ type ContactExtensionFR struct {
17311731

17321732
// ContactExtensionIT: contact extension it.
17331733
type ContactExtensionIT struct {
1734-
// Deprecated
1735-
EuropeanCitizenship *string `json:"european_citizenship,omitempty"`
1736-
1737-
// Deprecated
1738-
TaxCode *string `json:"tax_code,omitempty"`
1734+
EuropeanCitizenship string `json:"european_citizenship"`
17391735

1740-
Pin string `json:"pin"`
1736+
TaxCode string `json:"tax_code"`
17411737
}
17421738

17431739
// ContactExtensionNL: contact extension nl.

0 commit comments

Comments
 (0)