webhooks

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndpointbenefitCreatedPostResponse

type EndpointbenefitCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointbenefitCreatedPostResponse) GetAny

func (*EndpointbenefitCreatedPostResponse) GetHTTPMeta

type EndpointbenefitGrantCreatedPostResponse

type EndpointbenefitGrantCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointbenefitGrantCreatedPostResponse) GetAny

func (*EndpointbenefitGrantCreatedPostResponse) GetHTTPMeta

type EndpointbenefitGrantCycledPostResponse added in v0.4.9

type EndpointbenefitGrantCycledPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointbenefitGrantCycledPostResponse) GetAny added in v0.4.9

func (*EndpointbenefitGrantCycledPostResponse) GetHTTPMeta added in v0.4.9

type EndpointbenefitGrantRevokedPostResponse

type EndpointbenefitGrantRevokedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointbenefitGrantRevokedPostResponse) GetAny

func (*EndpointbenefitGrantRevokedPostResponse) GetHTTPMeta

type EndpointbenefitGrantUpdatedPostResponse

type EndpointbenefitGrantUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointbenefitGrantUpdatedPostResponse) GetAny

func (*EndpointbenefitGrantUpdatedPostResponse) GetHTTPMeta

type EndpointbenefitUpdatedPostResponse

type EndpointbenefitUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointbenefitUpdatedPostResponse) GetAny

func (*EndpointbenefitUpdatedPostResponse) GetHTTPMeta

type EndpointcheckoutCreatedPostResponse

type EndpointcheckoutCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcheckoutCreatedPostResponse) GetAny

func (*EndpointcheckoutCreatedPostResponse) GetHTTPMeta

type EndpointcheckoutExpiredPostResponse added in v0.13.0

type EndpointcheckoutExpiredPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcheckoutExpiredPostResponse) GetAny added in v0.13.0

func (*EndpointcheckoutExpiredPostResponse) GetHTTPMeta added in v0.13.0

type EndpointcheckoutUpdatedPostResponse

type EndpointcheckoutUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcheckoutUpdatedPostResponse) GetAny

func (*EndpointcheckoutUpdatedPostResponse) GetHTTPMeta

type EndpointcustomerCreatedPostResponse added in v0.4.3

type EndpointcustomerCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerCreatedPostResponse) GetAny added in v0.4.3

func (*EndpointcustomerCreatedPostResponse) GetHTTPMeta added in v0.4.3

type EndpointcustomerDeletedPostResponse added in v0.4.3

type EndpointcustomerDeletedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerDeletedPostResponse) GetAny added in v0.4.3

func (*EndpointcustomerDeletedPostResponse) GetHTTPMeta added in v0.4.3

type EndpointcustomerSeatAssignedPostResponse added in v0.12.0

type EndpointcustomerSeatAssignedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerSeatAssignedPostResponse) GetAny added in v0.12.0

func (*EndpointcustomerSeatAssignedPostResponse) GetHTTPMeta added in v0.12.0

type EndpointcustomerSeatClaimedPostResponse added in v0.12.0

type EndpointcustomerSeatClaimedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerSeatClaimedPostResponse) GetAny added in v0.12.0

func (*EndpointcustomerSeatClaimedPostResponse) GetHTTPMeta added in v0.12.0

type EndpointcustomerSeatRevokedPostResponse added in v0.12.0

type EndpointcustomerSeatRevokedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerSeatRevokedPostResponse) GetAny added in v0.12.0

func (*EndpointcustomerSeatRevokedPostResponse) GetHTTPMeta added in v0.12.0

type EndpointcustomerStateChangedPostResponse added in v0.4.3

type EndpointcustomerStateChangedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerStateChangedPostResponse) GetAny added in v0.4.3

func (*EndpointcustomerStateChangedPostResponse) GetHTTPMeta added in v0.4.3

type EndpointcustomerUpdatedPostResponse added in v0.4.3

type EndpointcustomerUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointcustomerUpdatedPostResponse) GetAny added in v0.4.3

func (*EndpointcustomerUpdatedPostResponse) GetHTTPMeta added in v0.4.3

type EndpointmemberCreatedPostResponse added in v0.13.0

type EndpointmemberCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointmemberCreatedPostResponse) GetAny added in v0.13.0

func (*EndpointmemberCreatedPostResponse) GetHTTPMeta added in v0.13.0

type EndpointmemberDeletedPostResponse added in v0.13.0

type EndpointmemberDeletedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointmemberDeletedPostResponse) GetAny added in v0.13.0

func (*EndpointmemberDeletedPostResponse) GetHTTPMeta added in v0.13.0

type EndpointmemberUpdatedPostResponse added in v0.13.0

type EndpointmemberUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointmemberUpdatedPostResponse) GetAny added in v0.13.0

func (*EndpointmemberUpdatedPostResponse) GetHTTPMeta added in v0.13.0

type EndpointorderCreatedPostResponse

type EndpointorderCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointorderCreatedPostResponse) GetAny

func (*EndpointorderCreatedPostResponse) GetHTTPMeta

type EndpointorderPaidPostResponse added in v0.4.7

type EndpointorderPaidPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointorderPaidPostResponse) GetAny added in v0.4.7

func (e *EndpointorderPaidPostResponse) GetAny() any

func (*EndpointorderPaidPostResponse) GetHTTPMeta added in v0.4.7

type EndpointorderRefundedPostResponse added in v0.1.5

type EndpointorderRefundedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointorderRefundedPostResponse) GetAny added in v0.1.5

func (*EndpointorderRefundedPostResponse) GetHTTPMeta added in v0.1.5

type EndpointorderUpdatedPostResponse added in v0.4.7

type EndpointorderUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointorderUpdatedPostResponse) GetAny added in v0.4.7

func (*EndpointorderUpdatedPostResponse) GetHTTPMeta added in v0.4.7

type EndpointorganizationUpdatedPostResponse

type EndpointorganizationUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointorganizationUpdatedPostResponse) GetAny

func (*EndpointorganizationUpdatedPostResponse) GetHTTPMeta

type EndpointproductCreatedPostResponse

type EndpointproductCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointproductCreatedPostResponse) GetAny

func (*EndpointproductCreatedPostResponse) GetHTTPMeta

type EndpointproductUpdatedPostResponse

type EndpointproductUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointproductUpdatedPostResponse) GetAny

func (*EndpointproductUpdatedPostResponse) GetHTTPMeta

type EndpointrefundCreatedPostResponse added in v0.1.5

type EndpointrefundCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointrefundCreatedPostResponse) GetAny added in v0.1.5

func (*EndpointrefundCreatedPostResponse) GetHTTPMeta added in v0.1.5

type EndpointrefundUpdatedPostResponse added in v0.1.5

type EndpointrefundUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointrefundUpdatedPostResponse) GetAny added in v0.1.5

func (*EndpointrefundUpdatedPostResponse) GetHTTPMeta added in v0.1.5

type EndpointsubscriptionActivePostResponse

type EndpointsubscriptionActivePostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionActivePostResponse) GetAny

func (*EndpointsubscriptionActivePostResponse) GetHTTPMeta

type EndpointsubscriptionCanceledPostResponse

type EndpointsubscriptionCanceledPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionCanceledPostResponse) GetAny

func (*EndpointsubscriptionCanceledPostResponse) GetHTTPMeta

type EndpointsubscriptionCreatedPostResponse

type EndpointsubscriptionCreatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionCreatedPostResponse) GetAny

func (*EndpointsubscriptionCreatedPostResponse) GetHTTPMeta

type EndpointsubscriptionPastDuePostResponse added in v0.13.0

type EndpointsubscriptionPastDuePostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionPastDuePostResponse) GetAny added in v0.13.0

func (*EndpointsubscriptionPastDuePostResponse) GetHTTPMeta added in v0.13.0

type EndpointsubscriptionRevokedPostResponse

type EndpointsubscriptionRevokedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionRevokedPostResponse) GetAny

func (*EndpointsubscriptionRevokedPostResponse) GetHTTPMeta

type EndpointsubscriptionUncanceledPostResponse added in v0.1.1

type EndpointsubscriptionUncanceledPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionUncanceledPostResponse) GetAny added in v0.1.1

func (*EndpointsubscriptionUncanceledPostResponse) GetHTTPMeta added in v0.1.1

type EndpointsubscriptionUpdatedPostResponse

type EndpointsubscriptionUpdatedPostResponse struct {
	HTTPMeta components.HTTPMetadata `json:"-"`
	// Successful Response
	Any any
}

func (*EndpointsubscriptionUpdatedPostResponse) GetAny

func (*EndpointsubscriptionUpdatedPostResponse) GetHTTPMeta

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL