Skip to content

Type Alias: SalesFulfillmentOrderRecipient

SalesFulfillmentOrderRecipient = object

Generated browser-facing Sales contract types for advanced integrations.

Properties

city

city: string


company?

optional company?: string


country?

optional country?: string


email?

optional email?: string


isVerified?

optional isVerified?: boolean


name

name: string


phone

phone: string


state

state: string


street1

street1: string


street2?

optional street2?: string


zip

zip: string

MIT Licensed