TokenizationListParams

List card tokenizations

Types

Link copied to clipboard
class Builder

A builder for TokenizationListParams.

Link copied to clipboard
object Companion
Link copied to clipboard
class TokenizationChannel : Enum

Filter for tokenizations by tokenization channel. If this is not specified, only DIGITAL_WALLET tokenizations will be returned.

Functions

Link copied to clipboard

Additional headers to send with the request.

Link copied to clipboard

Additional query param to send with the request.

Link copied to clipboard
open override fun _headers(): Headers

The full set of headers in the parameters, including both fixed and additional headers.

Link copied to clipboard
open override fun _queryParams(): QueryParams

The full set of query params in the parameters, including both fixed and additional query params.

Link copied to clipboard

Filters for tokenizations associated with a specific account.

Link copied to clipboard

Filter for tokenizations created after this date.

Link copied to clipboard

Filters for tokenizations associated with a specific card.

Link copied to clipboard
fun end(): LocalDate?

Filter for tokenizations created before this date.

Link copied to clipboard

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun pageSize(): Long?

Page size (for pagination).

Link copied to clipboard

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

Link copied to clipboard
Link copied to clipboard

Filter for tokenizations by tokenization channel. If this is not specified, only DIGITAL_WALLET tokenizations will be returned.

Link copied to clipboard
open override fun toString(): String