CardProgramService

Types

Link copied to clipboard
interface WithRawResponse

A view of CardProgramService that provides access to raw HTTP responses for each method.

Functions

Link copied to clipboard
open fun list(requestOptions: RequestOptions): CardProgramListPage

abstract fun list(params: CardProgramListParams = CardProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): CardProgramListPage

List card programs.

Link copied to clipboard
abstract fun retrieve(params: CardProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): CardProgram
open fun retrieve(cardProgramToken: String, requestOptions: RequestOptions): CardProgram

open fun retrieve(cardProgramToken: String, params: CardProgramRetrieveParams = CardProgramRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): CardProgram

Get card program.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.