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

Latest commit

 

History

History
15 lines (8 loc) · 521 Bytes

CreateCustomerCardResponse.md

File metadata and controls

15 lines (8 loc) · 521 Bytes

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]