Documentation ¶
Index ¶
- type Client
- func (c *Client) Captures() *captures.Client
- func (c *Client) Disputes() *disputes.Client
- func (c *Client) Files() *files.Client
- func (c *Client) Hostedcheckouts() *hostedcheckouts.Client
- func (c *Client) Hostedmandatemanagements() *hostedmandatemanagements.Client
- func (c *Client) Installments() *installments.Client
- func (c *Client) Mandates() *mandates.Client
- func (c *Client) Payments() *payments.Client
- func (c *Client) Payouts() *payouts.Client
- func (c *Client) Productgroups() *productgroups.Client
- func (c *Client) Products() *products.Client
- func (c *Client) Refunds() *refunds.Client
- func (c *Client) Riskassessments() *riskassessments.Client
- func (c *Client) Services() *services.Client
- func (c *Client) Sessions() *sessions.Client
- func (c *Client) Tokens() *tokens.Client
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 represents a merchant client. Thread-safe.
func NewClient ¶
func NewClient(parent *apiresource.APIResource, pathContext map[string]string) *Client
NewClient constructs a Merchant Client
parent is the *apiresource.APIResource on top of which we want to build the new Merchant Client
func (*Client) Hostedcheckouts ¶
func (c *Client) Hostedcheckouts() *hostedcheckouts.Client
Hostedcheckouts represents the resource /{merchantId}/hostedcheckouts
func (*Client) Hostedmandatemanagements ¶
func (c *Client) Hostedmandatemanagements() *hostedmandatemanagements.Client
Hostedmandatemanagements represents the resource /{merchantId}/hostedmandatemanagements
func (*Client) Installments ¶
func (c *Client) Installments() *installments.Client
Installments represents the resource /{merchantId}/installments
func (*Client) Productgroups ¶
func (c *Client) Productgroups() *productgroups.Client
Productgroups represents the resource /{merchantId}/productgroups
func (*Client) Riskassessments ¶
func (c *Client) Riskassessments() *riskassessments.Client
Riskassessments represents the resource /{merchantId}/riskassessments
Click to show internal directories.
Click to hide internal directories.