With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: CardProgramListParams, requestOptions: RequestOptions): HttpResponseFor<CardProgramListPageAsync>
Returns a raw HTTP response for get /v1/card_programs, but is otherwise the same as CardProgramServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: CardProgramRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<CardProgram>
@MustBeClosed
Returns a raw HTTP response for get /v1/card_programs/{card_program_token}, but is otherwise the same as CardProgramServiceAsync.retrieve.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): CardProgramServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.