# ShopPayPaymentRequestContactField - storefront - OBJECT Version: 2024-10 ## Description Represents a contact field for a Shop Pay payment request. ### Access Scopes ## Fields * [address1](/docs/api/storefront/2024-10/scalars/String): String! - The first address line of the contact field. * [address2](/docs/api/storefront/2024-10/scalars/String): String - The second address line of the contact field. * [city](/docs/api/storefront/2024-10/scalars/String): String! - The city of the contact field. * [companyName](/docs/api/storefront/2024-10/scalars/String): String - The company name of the contact field. * [countryCode](/docs/api/storefront/2024-10/scalars/String): String! - The country of the contact field. * [email](/docs/api/storefront/2024-10/scalars/String): String - The email of the contact field. * [firstName](/docs/api/storefront/2024-10/scalars/String): String! - The first name of the contact field. * [lastName](/docs/api/storefront/2024-10/scalars/String): String! - The first name of the contact field. * [phone](/docs/api/storefront/2024-10/scalars/String): String - The phone number of the contact field. * [postalCode](/docs/api/storefront/2024-10/scalars/String): String - The postal code of the contact field. * [provinceCode](/docs/api/storefront/2024-10/scalars/String): String - The province of the contact field. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples