CVVTokenDetails

data class CVVTokenDetails(val type: String, val token: String, val expiresOn: String)

A representation of a CVVTokenDetails contains tokenization response

Constructors

Link copied to clipboard
constructor(type: String, token: String, expiresOn: String)

Properties

Link copied to clipboard

The date/time the token will expire

Link copied to clipboard

The reference token

Link copied to clipboard

The type of tokenization