tokenId property

String tokenId
getter/setter pair

a "tokenId" often refers to a unique identifier associated with a payment method or transaction. It's commonly used in tokenization processes, where sensitive payment information (such as credit card details) is replaced with a secure token.

Implementation

String tokenId;