CardProgramServiceImpl

Functions

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

open override fun list(params: CardProgramListParams, requestOptions: RequestOptions): CardProgramListPage

List card programs.

Link copied to clipboard
open fun retrieve(cardProgramToken: String, requestOptions: RequestOptions): CardProgram
open override fun retrieve(params: CardProgramRetrieveParams, requestOptions: RequestOptions): CardProgram

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

Get card program.

Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): CardProgramService

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.