Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the client used to initiate new CLI sessions with Stripe.
type StripeCLISession ¶
type StripeCLISession struct { DisplayConnectFilterWarning bool `json:"display_connect_filter_warning"` ReconnectDelay int `json:"reconnect_delay"` Secret string `json:"secret"` WebSocketAuthorizedFeature string `json:"websocket_authorized_feature"` WebSocketID string `json:"websocket_id"` WebSocketURL string `json:"websocket_url"` }
StripeCLISession is the API resource returned by Stripe when initiating a new CLI session.
Click to show internal directories.
Click to hide internal directories.