Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { APIVersion *string `json:"apiVersion,omitempty"` ID *string `json:"id,omitempty"` Created *string `json:"created,omitempty"` MerchantID *string `json:"merchantId,omitempty"` Type *string `json:"type,omitempty"` Payment *payment.Response `json:"payment,omitempty"` Refund *refund.Response `json:"refund,omitempty"` Payout *payout.Response `json:"payout,omitempty"` Token *token.Response `json:"token,omitempty"` Dispute *dispute.Response `json:"dispute,omitempty"` }
Event represents an event that is sent by webhooks
Click to show internal directories.
Click to hide internal directories.