package
Version:
v0.0.19
Opens a new window with list of versions in this module.
Published: Nov 30, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
API checkout.HTTPClient
}
Client ...
func NewClient(config checkout.Config) *Client
NewClient ...
type Customer struct {
Email string `json:"email,omitempty"`
Name string `json:"name,omitempty"`
Default string `json:"default,omitempty"`
}
Customer -
type Response struct {
StatusResponse *checkout.StatusResponse `json:"api_response,omitempty"`
}
Response -
Source Files
¶
Click to show internal directories.
Click to hide internal directories.