# ShopPayPaymentRequestContactFieldInput - storefront - INPUT_OBJECT Version: unstable ## Description The input fields to create a contact field. This input type has been depreciated now that shipping_address is pulled from the payment_method. ### Access Scopes ## Fields * [address1](/docs/api/storefront/unstable/scalars/String): String - The first address line of the contact field. * [address2](/docs/api/storefront/unstable/scalars/String): String - The second address line of the contact field. * [city](/docs/api/storefront/unstable/scalars/String): String - The city of the contact field. * [companyName](/docs/api/storefront/unstable/scalars/String): String - The company name of the contact field. * [countryCode](/docs/api/storefront/unstable/scalars/String): String - The country of the contact field. * [email](/docs/api/storefront/unstable/scalars/String): String - The email of the contact field. * [firstName](/docs/api/storefront/unstable/scalars/String): String - The first name of the contact field. * [lastName](/docs/api/storefront/unstable/scalars/String): String - The first name of the contact field. * [phone](/docs/api/storefront/unstable/scalars/String): String - The phone number of the contact field. * [postalCode](/docs/api/storefront/unstable/scalars/String): String - The postal code of the contact field. * [provinceCode](/docs/api/storefront/unstable/scalars/String): String - The province of the contact field. ## Input objects with this input object * [ShopPayPaymentRequestInput](/docs/api/storefront/unstable/input-objects/ShopPayPaymentRequestInput) ## Examples