Interface GetTokenInput

The GetTokenInput used by the constructor of CreateToken

Hierarchy

  • GetTokenInput

Properties

email?: string

The email address of the person.

includeAllTokens?: boolean

If not status code is provided, returns all tokens if provided

personId?: string

The bambu personId for identifying a person.

status_code?: number

Filters the tokens by the status code

Default

200
0 - Pending
200 - Created
400 - Failed to mint
tokenId?: number

The orderId to retrieve a specific order.

Generated using TypeDoc