With Raw Response Impl
Functions
Returns a raw HTTP response for post /v1/disputes, but is otherwise the same as DisputeServiceAsync.create.
Returns a raw HTTP response for delete /v1/disputes/{dispute_token}, but is otherwise the same as DisputeServiceAsync.delete.
Returns a raw HTTP response for delete /v1/disputes/{dispute_token}/evidences/{evidence_token}, but is otherwise the same as DisputeServiceAsync.deleteEvidence.
Returns a raw HTTP response for post /v1/disputes/{dispute_token}/evidences, but is otherwise the same as DisputeServiceAsync.initiateEvidenceUpload.
Returns a raw HTTP response for get /v1/disputes, but is otherwise the same as DisputeServiceAsync.list.
Returns a raw HTTP response for get /v1/disputes/{dispute_token}/evidences, but is otherwise the same as DisputeServiceAsync.listEvidences.
Returns a raw HTTP response for get /v1/disputes/{dispute_token}, but is otherwise the same as DisputeServiceAsync.retrieve.
Returns a raw HTTP response for get /v1/disputes/{dispute_token}/evidences/{evidence_token}, but is otherwise the same as DisputeServiceAsync.retrieveEvidence.
Returns a raw HTTP response for patch /v1/disputes/{dispute_token}, but is otherwise the same as DisputeServiceAsync.update.
Returns a view of this service with the given option modifications applied.