With Raw Response
A view of TokenizationServiceAsync that provides access to raw HTTP responses for each method.
Inheritors
Functions
Returns a raw HTTP response for post /v1/tokenizations/{tokenization_token}/activate, but is otherwise the same as TokenizationServiceAsync.activate.
Returns a raw HTTP response for post /v1/tokenizations/{tokenization_token}/deactivate, but is otherwise the same as TokenizationServiceAsync.deactivate.
Returns a raw HTTP response for get /v1/tokenizations, but is otherwise the same as TokenizationServiceAsync.list.
Returns a raw HTTP response for post /v1/tokenizations/{tokenization_token}/pause, but is otherwise the same as TokenizationServiceAsync.pause.
Returns a raw HTTP response for post /v1/tokenizations/{tokenization_token}/resend_activation_code, but is otherwise the same as TokenizationServiceAsync.resendActivationCode.
Returns a raw HTTP response for get /v1/tokenizations/{tokenization_token}, but is otherwise the same as TokenizationServiceAsync.retrieve.
Returns a raw HTTP response for post /v1/simulate/tokenizations, but is otherwise the same as TokenizationServiceAsync.simulate.
Returns a raw HTTP response for post /v1/tokenizations/{tokenization_token}/unpause, but is otherwise the same as TokenizationServiceAsync.unpause.
Returns a raw HTTP response for post /v1/tokenizations/{tokenization_token}/update_digital_card_art, but is otherwise the same as TokenizationServiceAsync.updateDigitalCardArt.
Returns a view of this service with the given option modifications applied.