CustomerAddressAttribute
Specifies the attribute code and value of a customer address attribute.
type CustomerAddressAttribute = {
__typename?: 'CustomerAddressAttribute'; /** The name assigned to the customer address attribute. */
attribute_code?: Maybe<Scalars['String']['output']>; /** The value assigned to the customer address attribute. */
value?: Maybe<Scalars['String']['output']>;
};