CustomerAddressAttributeInput
Specifies the attribute code and value of a customer attribute.
type CustomerAddressAttributeInput = {
attribute_code: Scalars['String']['input']; /** The value assigned to the attribute. */
value: Scalars['String']['input'];
};