public interface CustomerToken extends Timestamped
Modifier and Type | Method and Description |
---|---|
String |
getCustomerId()
The ID of the customer belonging to the token
|
ZonedDateTime |
getExpiresAt() |
String |
getId()
The ID of the token.
|
String |
getValue()
the token value
|
static com.fasterxml.jackson.core.type.TypeReference<CustomerToken> |
typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
getCreatedAt, getLastModifiedAt
String getId()
String getCustomerId()
String getValue()
ZonedDateTime getExpiresAt()
static com.fasterxml.jackson.core.type.TypeReference<CustomerToken> typeReference()