Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Mobile *mobile.Client OAuth *oauth.Client V1Transactions *v1transactions.Client ApplePay *applepay.Client BankAccounts *bankaccounts.Client Bookings *bookingsclient.Client Cards *cards.Client Catalog *catalogclient.Client Customers *customersclient.Client Devices *devicesclient.Client Disputes *disputesclient.Client Employees *employees.Client Events *events.Client GiftCards *giftcardsclient.Client Inventory *inventory.Client Invoices *invoices.Client Locations *locationsclient.Client Loyalty *loyaltyclient.Client Merchants *merchantsclient.Client Checkout *checkoutclient.Client Orders *ordersclient.Client Payments *payments.Client Payouts *payouts.Client Refunds *refunds.Client Sites *sites.Client Snippets *snippets.Client Subscriptions *subscriptions.Client TeamMembers *teammembersclient.Client Team *team.Client Terminal *terminalclient.Client Vendors *vendors.Client CashDrawers *cashdrawersclient.Client Labor *laborclient.Client Webhooks *webhooksclient.Client // contains filtered or unexported fields }
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
Click to show internal directories.
Click to hide internal directories.