No description provided by the author
CalculateWebhookSignatureMiddleware return a middleware that adds Calculated-Signature to request header.
No description provided by the author
NewCancelAnOrderRequest generates requests for CancelAnOrder.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateACheckoutSessionForATokenRequest calls the generic CreateACheckoutSession builder with application/json body.
NewCreateACheckoutSessionRequest calls the generic CreateACheckoutSession builder with application/json body.
NewCreateACheckoutSessionRequestWithBody generates requests for CreateACheckoutSession with any type of body.
NewCreateACouponRequest calls the generic CreateACoupon builder with application/json body.
NewCreateACouponRequestWithBody generates requests for CreateACoupon with any type of body.
NewCreateAnOrderUsingATokenRequest calls the generic CreateAnOrderUsingAToken builder with application/json body.
NewCreateAnOrderUsingATokenRequestWithBody generates requests for CreateAnOrderUsingAToken with any type of body.
NewCreateAPaymentRequest calls the generic CreateAPayment builder with application/json body.
NewCreateAPaymentRequestWithBody generates requests for CreateAPayment with any type of body.
NewCreateAPromotionCodeRequest calls the generic CreateAPromotionCode builder with application/json body.
NewCreateAPromotionCodeRequestWithBody generates requests for CreateAPromotionCode with any type of body.
NewCreateARefundRequest calls the generic CreateARefund builder with application/json body.
NewCreateARefundRequestWithBody generates requests for CreateARefund with any type of body.
NewCreateAWebhookEndpointRequest calls the generic CreateAWebhookEndpoint builder with application/json body.
NewCreateAWebhookEndpointRequestWithBody generates requests for CreateAWebhookEndpoint with any type of body.
NewDeleteATokenRequest generates requests for DeleteAToken.
NewDeleteAWebhookEndpointRequest generates requests for DeleteAWebhookEndpoint.
NewDisableATokenRequest generates requests for DisableAToken.
NewEnableATokenRequest generates requests for EnableAToken.
NewListAllCheckoutSessionsRequest generates requests for ListAllCheckoutSessions.
NewListAllCouponsRequest generates requests for ListAllCoupons.
NewListAllOrdersRequest generates requests for ListAllOrders.
NewListAllPaymentsRequest generates requests for ListAllPayments.
NewListAllPromotionCodesRequest generates requests for ListAllPromotionCodes.
NewListAllRefundsRequest generates requests for ListAllRefunds.
NewListAllTokensRequest generates requests for ListAllTokens.
NewListAllWebhookEndpointsRequest generates requests for ListAllWebhookEndpoints.
NewRetrieveACheckoutSessionRequest generates requests for RetrieveACheckoutSession.
NewRetrieveACouponRequest generates requests for RetrieveACoupon.
NewRetrieveAnOrderRequest generates requests for RetrieveAnOrder.
NewRetrieveAPaymentRequest generates requests for RetrieveAnOrder.
NewRetrieveAPromotionCodeRequest generates requests for RetrieveAPromotionCode.
NewRetrieveARefundRequest generates requests for RetrieveARefund.
NewRetrieveATokenRequest generates requests for RetrieveAToken.
NewRetrieveAWebhookEndpointRequest generates requests for RetrieveAWebhookEndpoint.
NewUpdateACouponRequest calls the generic UpdateACoupon builder with application/json body.
NewUpdateACouponRequestWithBody generates requests for UpdateACoupon with any type of body.
NewUpdateAPaymentRequest calls the generic UpdateAPayment builder with application/json body.
NewUpdateAPaymentRequestWithBody generates requests for UpdateAPayment with any type of body.
NewUpdateAPromotionCodeRequest calls the generic UpdateAPromotionCode builder with application/json body.
NewUpdateAPromotionCodeRequestWithBody generates requests for UpdateAPromotionCode with any type of body.
NewUpdateARefundRequest calls the generic UpdateARefund builder with application/json body.
NewUpdateARefundRequestWithBody generates requests for UpdateARefund with any type of body.
NewUpdateAWebhookEndpointRequest calls the generic UpdateAWebhookEndpoint builder with application/json body.
NewUpdateAWebhookEndpointRequestWithBody generates requests for UpdateAWebhookEndpoint with any type of body.
ParseCancelAnOrderResponse parses an HTTP response from a CancelAnOrderWithResponse call.
ParseCreateACheckoutSessionResponse parses an HTTP response from a CreateACheckoutSessionWithResponse call.
ParseCreateACouponResponse parses an HTTP response from a CreateACouponWithResponse call.
ParseCreateAnOrderUsingATokenResponse parses an HTTP response from a CreateAnOrderUsingATokenWithResponse call.
ParseCreateAPaymentResponse parses an HTTP response from a CreateAPaymentWithResponse call.
ParseCreateAPromotionCodeResponse parses an HTTP response from a CreateAPromotionCodeWithResponse call.
ParseCreateARefundResponse parses an HTTP response from a CreateARefundWithResponse call.
ParseCreateAWebhookEndpointResponse parses an HTTP response from a CreateAWebhookEndpointWithResponse call.
ParseDeleteATokenResponse parses an HTTP response from a DeleteATokenWithResponse call.
ParseDeleteAWebhookEndpointResponse parses an HTTP response from a DeleteAWebhookEndpointWithResponse call.
ParseDisableATokenResponse parses an HTTP response from a DisableATokenWithResponse call.
ParseEnableATokenResponse parses an HTTP response from a EnableATokenWithResponse call.
ParseListAllCheckoutSessionsResponse parses an HTTP response from a ListAllCheckoutSessionsWithResponse call.
ParseListAllCouponsResponse parses an HTTP response from a ListAllCouponsWithResponse call.
ParseListAllOrdersResponse parses an HTTP response from a ListAllOrdersWithResponse call.
ParseListAllPaymentsResponse parses an HTTP response from a ListAllPaymentsWithResponse call.
ParseListAllPromotionCodesResponse parses an HTTP response from a ListAllPromotionCodesWithResponse call.
ParseListAllRefundsResponse parses an HTTP response from a ListAllRefundsWithResponse call.
ParseListAllTokensResponse parses an HTTP response from a ListAllTokensWithResponse call.
ParseListAllWebhookEndpointsResponse parses an HTTP response from a ListAllWebhookEndpointsWithResponse call.
ParseRetrieveACheckoutSessionResponse parses an HTTP response from a RetrieveACheckoutSessionWithResponse call.
ParseRetrieveACouponResponse parses an HTTP response from a RetrieveACouponWithResponse call.
ParseRetrieveAnOrderResponse parses an HTTP response from a RetrieveAnOrderWithResponse call.
ParseRetrieveAPaymentResponse parses an HTTP response from a RetrieveAPaymentWithResponse call.
ParseRetrieveAPromotionCodeResponse parses an HTTP response from a RetrieveAPromotionCodeWithResponse call.
ParseRetrieveARefundResponse parses an HTTP response from a RetrieveARefundWithResponse call.
ParseRetrieveATokenResponse parses an HTTP response from a RetrieveATokenWithResponse call.
ParseRetrieveAWebhookEndpointResponse parses an HTTP response from a RetrieveAWebhookEndpointWithResponse call.
ParseUpdateACouponResponse parses an HTTP response from a UpdateACouponWithResponse call.
ParseUpdateAPaymentResponse parses an HTTP response from a UpdateAPaymentWithResponse call.
ParseUpdateAPromotionCodeResponse parses an HTTP response from a UpdateAPromotionCodeWithResponse call.
ParseUpdateARefundResponse parses an HTTP response from a UpdateARefundWithResponse call.
ParseUpdateAWebhookEndpointResponse parses an HTTP response from a UpdateAWebhookEndpointWithResponse call.
Ptr Inline pointer helper.
No description provided by the author
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithRetryOptions allows setting up retry policies for the default http client.