import { ShopifyShopPayPaymentRequestContactField } from '@daffodil/driver/shopify'
Represents a contact field for a Shop Pay payment request.
interface ShopifyShopPayPaymentRequestContactField {
__typename: "ShopPayPaymentRequestContactField"
address1: string
address2: string
city: string
companyName: string
countryCode: string
email: string
firstName: string
lastName: string
phone: string
postalCode: string
provinceCode: string
}
__typename "ShopPayPaymentRequestContactField" |
|---|
address1 string |
|---|
The first address line of the contact field. |
address2 string |
|---|
The second address line of the contact field. |
city string |
|---|
The city of the contact field. |
companyName string |
|---|
The company name of the contact field. |
countryCode string |
|---|
The country of the contact field. |
email string |
|---|
The email of the contact field. |
firstName string |
|---|
The first name of the contact field. |
lastName string |
|---|
The first name of the contact field. |
phone string |
|---|
The phone number of the contact field. |
postalCode string |
|---|
The postal code of the contact field. |
provinceCode string |
|---|
The province of the contact field. |