OrderFulfillmentRecipient

February 13, 2019 ยท View on GitHub

squareconnect.models.order_fulfillment_recipient

Description

The recipient of a fulfillment.

Properties

NameTypeDescriptionNotes
customer_idstrThe Customer ID of the customer associated with the fulfillment. If customer_id is provided, the corresponding recipient information fields (`display_name`, `email_address`, and `phone_number`) are automatically populated from the relevant customer profile. If the targeted profile information does not contain the necessary required information, the request will result in an error.[optional]
display_namestrThe display name of the fulfillment recipient. If provided, overrides the value from customer profile indicated by customer_id.[optional]
email_addressstrThe email address of the fulfillment recipient. If provided, overrides the value from customer profile indicated by customer_id.[optional]
phone_numberstrThe phone number of the fulfillment recipient. If provided, overrides the value from customer profile indicated by customer_id.[optional]

[Back to Model list] [Back to API list] [Back to README]