Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 800 Bytes

CCProjectCreateRequestCustomerIdToCollect.md

File metadata and controls

23 lines (11 loc) · 800 Bytes

theblockchainapi.CCProjectCreateRequestCustomerIdToCollect

Properties

Name Type Description Notes
idType String What type of identifier you are collecting, either an "email" or "misc"ellanous. Miscellanous simply means you are collecting something other than an email.
name String The name of the customer ID input presented to the user
description String The description / stated purpose of the customer ID input presented to the user [optional] [default to '']
required Boolean Whether to require the customer ID [optional] [default to false]

Enum: IdTypeEnum

  • misc (value: "misc")

  • email (value: "email")