VyWalletDto
This class represents a wallet object with its properties.
Properties
Field
Type
Description
id
string
The unique identifier of the wallet.
address
string
The address of the wallet.
archived
bool
Indicates whether the wallet is archived or not.
description
string
A description of the wallet.
createdAt
string
The date and time the wallet was created.
isPrimary
bool
Indicates whether the wallet is the primary wallet or not.
hasCustomerPin
bool
Indicates whether the wallet has a customer PIN or not.
identifier
string
An identifier for the wallet.
Last updated