With Raw Response
A view of ExternalPaymentServiceAsync that provides access to raw HTTP responses for each method.
Inheritors
Functions
Returns a raw HTTP response for post /v1/external_payments/{external_payment_token}/cancel, but is otherwise the same as ExternalPaymentServiceAsync.cancel.
Returns a raw HTTP response for post /v1/external_payments, but is otherwise the same as ExternalPaymentServiceAsync.create.
Returns a raw HTTP response for get /v1/external_payments, but is otherwise the same as ExternalPaymentServiceAsync.list.
Returns a raw HTTP response for post /v1/external_payments/{external_payment_token}/release, but is otherwise the same as ExternalPaymentServiceAsync.release.
Returns a raw HTTP response for get /v1/external_payments/{external_payment_token}, but is otherwise the same as ExternalPaymentServiceAsync.retrieve.
Returns a raw HTTP response for post /v1/external_payments/{external_payment_token}/reverse, but is otherwise the same as ExternalPaymentServiceAsync.reverse.
Returns a raw HTTP response for post /v1/external_payments/{external_payment_token}/settle, but is otherwise the same as ExternalPaymentServiceAsync.settle.
Returns a view of this service with the given option modifications applied.