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

Files

Latest commit

d8a6cc7 · Apr 10, 2019

History

History
17 lines (9 loc) · 715 Bytes

RetrieveCustomerResponse.md

File metadata and controls

17 lines (9 loc) · 715 Bytes

Square.Connect.Model.RetrieveCustomerResponse

Description

Defines the fields that are included in the response body of a request to the RetrieveCustomer endpoint. One of errors or customer is present in a given response (never both).

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
Customer Customer The requested customer. [optional]

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