OBJECT

ComIbmCommerceGiftcenterFacadeDatatypesGiftListRegistrantTypeRegistrantAddressAddress

link GraphQL Schema definition

1type ComIbmCommerceGiftcenterFacadeDatatypesGiftListRegistrantTypeRegistrantAddressAddress {
2
3addressLine: [String]
12
4city: String
12
5country: String
12
6internalOfficeAddress: String
12
7postalCode: String
12
8primary: Boolean
12
9stateOrProvinceName: String
12
10type: String
12
11userData: ComIbmCommerceGiftcenterFacadeDatatypesGiftListRegistrantTypeRegistrantAddressAddressUserData
13
14}