CardProgram

Types

Link copied to clipboard
class Builder

A builder for CardProgram.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of cardholderCurrency.

Link copied to clipboard

Returns the raw JSON value of created.

Link copied to clipboard

Returns the raw JSON value of name.

Link copied to clipboard

Returns the raw JSON value of panRangeEnd.

Link copied to clipboard

Returns the raw JSON value of panRangeStart.

Link copied to clipboard

Returns the raw JSON value of settlementCurrencies.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Whether the card program is participating in Account Level Management. Currently applicable to Visa card programs only.

Link copied to clipboard

3-character alphabetic ISO 4217 code for the currency of the cardholder.

Link copied to clipboard

Timestamp of when the card program was created.

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
Link copied to clipboard
fun name(): String

The name of the card program.

Link copied to clipboard

The first digits of the card number that this card program ends with.

Link copied to clipboard

The first digits of the card number that this card program starts with.

Link copied to clipboard

List of 3-character alphabetic ISO 4217 codes for the currencies that the card program supports for settlement.

Link copied to clipboard
Link copied to clipboard
fun token(): String

Globally unique identifier.

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