Card Program Service Async
Types
Link copied to clipboard
interface WithRawResponse
A view of CardProgramServiceAsync that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
abstract suspend fun list(params: CardProgramListParams = CardProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): CardProgramListPageAsync
List card programs.
Link copied to clipboard
abstract suspend fun retrieve(params: CardProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): CardProgram
open suspend 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.