Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.58 KB

OrderFulfillmentRecipient.md

File metadata and controls

16 lines (11 loc) · 1.58 KB

SquareConnect.OrderFulfillmentRecipient

Description

Contains information on the recipient of a fulfillment.

Properties

Name Type Description Notes
customer_id String The Customer ID of the customer associated with the fulfillment. If `customer_id` is provided, the fulfillment recipient's `display_name`, `email_address`, and `phone_number` are automatically populated from the targeted customer profile. If these fields are set in the request, the request values will override the information from the customer profile. If the targeted customer profile does not contain the necessary information and these fields are left unset, the request will result in an error. [optional]
display_name String The display name of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional]
email_address String The email address of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional]
phone_number String The phone number of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional]
address Address The address of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional]