Documentation
¶
Index ¶
- func GetInvoicePaymentLink(services *cosapi_services.Services) gin.HandlerFunc
- func RedirectToPayInvoice(services *cosapi_services.Services) gin.HandlerFunc
- func RevealWebsiteEvents(services *cosapi_services.Services) gin.HandlerFunc
- func TrackLinkRequest(s *cosapi_services.Services) gin.HandlerFunc
- func TrackOpenRequest(s *cosapi_services.Services) gin.HandlerFunc
- func TrackUnsubscribeRequest(s *cosapi_services.Services) gin.HandlerFunc
- type ApiRequestCreatePaymentLinks
- type ApiRequestCreatePaymentLinksInput
- type ReferrerQueryParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInvoicePaymentLink ¶
func GetInvoicePaymentLink(services *cosapi_services.Services) gin.HandlerFunc
func RedirectToPayInvoice ¶
func RedirectToPayInvoice(services *cosapi_services.Services) gin.HandlerFunc
func RevealWebsiteEvents ¶
func RevealWebsiteEvents(services *cosapi_services.Services) gin.HandlerFunc
func TrackLinkRequest ¶
func TrackLinkRequest(s *cosapi_services.Services) gin.HandlerFunc
func TrackOpenRequest ¶
func TrackOpenRequest(s *cosapi_services.Services) gin.HandlerFunc
func TrackUnsubscribeRequest ¶
func TrackUnsubscribeRequest(s *cosapi_services.Services) gin.HandlerFunc
Types ¶
type ApiRequestCreatePaymentLinks ¶
type ApiRequestCreatePaymentLinks struct {
Input ApiRequestCreatePaymentLinksInput `json:"input"`
}
type ApiRequestCreatePaymentLinksInput ¶
type ApiRequestCreatePaymentLinksInput struct { InvoiceId string `json:"invoiceId"` AmountInSmallestCurrencyUnit int64 `json:"amountInSmallestCurrencyUnit"` Currency string `json:"currency"` InvoiceDescription string `json:"invoiceDescription"` CustomerEmail string `json:"customerEmail"` PrimaryStripeCustomerId string `json:"stripeCustomerId"` }
type ReferrerQueryParams ¶
Click to show internal directories.
Click to hide internal directories.