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

Files

Latest commit

 

History

History
17 lines (9 loc) · 705 Bytes

CreateCustomerCardResponse.md

File metadata and controls

17 lines (9 loc) · 705 Bytes

Square.Connect.Model.CreateCustomerCardResponse

Description

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

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
Card Card The created card on file. [optional]

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