With Raw Response Impl
Functions
Returns a raw HTTP response for post /v1/cards/{card_token}/convert_physical, but is otherwise the same as CardServiceAsync.convertPhysical.
Returns a raw HTTP response for post /v1/cards, but is otherwise the same as CardServiceAsync.create.
Returns a raw HTTP response for get /v1/embed/card, but is otherwise the same as CardServiceAsync.embed.
Returns a raw HTTP response for get /v1/cards, but is otherwise the same as CardServiceAsync.list.
Returns a raw HTTP response for post /v1/cards/{card_token}/provision, but is otherwise the same as CardServiceAsync.provision.
Returns a raw HTTP response for post /v1/cards/{card_token}/reissue, but is otherwise the same as CardServiceAsync.reissue.
Returns a raw HTTP response for post /v1/cards/{card_token}/renew, but is otherwise the same as CardServiceAsync.renew.
Returns a raw HTTP response for get /v1/cards/{card_token}, but is otherwise the same as CardServiceAsync.retrieve.
Returns a raw HTTP response for get /v1/cards/{card_token}/spend_limits, but is otherwise the same as CardServiceAsync.retrieveSpendLimits.
Returns a raw HTTP response for post /v1/cards/search_by_pan, but is otherwise the same as CardServiceAsync.searchByPan.
Returns a raw HTTP response for patch /v1/cards/{card_token}, but is otherwise the same as CardServiceAsync.update.
Returns a raw HTTP response for post /v1/cards/{card_token}/web_provision, but is otherwise the same as CardServiceAsync.webProvision.
Returns a view of this service with the given option modifications applied.