list

@MustBeClosed
abstract suspend fun list(params: CardProgramListParams = CardProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<CardProgramListPageAsync>

Returns a raw HTTP response for get /v1/card_programs, but is otherwise the same as CardProgramServiceAsync.list.


@MustBeClosed
open suspend fun list(requestOptions: RequestOptions): HttpResponseFor<CardProgramListPageAsync>

See also