Documentation ¶
Overview ¶
Package client provides a Stripe client for invoking APIs across all resources
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶ added in v1.0.1
type API struct { // Account is the client used to invoke /accounts APIs. Account *account.Client // ApplePayDomains is the client used to invoke /apple_pay/domains APIs. ApplePayDomains *applepaydomain.Client // Balance is the client used to invoke /balance and transaction-related APIs. Balance *balance.Client // BankAccounts is the client used to invoke bank account related APIs. BankAccounts *bankaccount.Client // BitcoinReceivers is the client used to invoke /bitcoin/receivers APIs. BitcoinReceivers *bitcoinreceiver.Client // BitcoinTransactions is the client used to invoke /bitcoin/transactions APIs. BitcoinTransactions *bitcointransaction.Client // Cards is the client used to invoke card related APIs. Cards *card.Client // Charges is the client used to invoke /charges APIs. Charges *charge.Client // CountrySpec is the client used to invoke /country_specs APIs. CountrySpec *countryspec.Client // Coupons is the client used to invoke /coupons APIs. Coupons *coupon.Client // Customers is the client used to invoke /customers APIs. Customers *customer.Client // Discounts is the client used to invoke discount related APIs. Discounts *discount.Client // Disputes is the client used to invoke /disputes APIs. Disputes *dispute.Client // EphemeralKeys is the client used to invoke /ephemeral_keys APIs. EphemeralKeys *ephemeralkey.Client // Events is the client used to invoke /events APIs. Events *event.Client // ExchangeRates is the client used to invoke /exchange_rates APIs. ExchangeRates *exchangerate.Client // Fees is the client used to invoke /application_fees APIs. Fees *fee.Client // FeeRefunds is the client used to invoke /application_fees/refunds APIs. FeeRefunds *feerefund.Client // FileUploads is the client used to invoke the /files APIs. FileUploads *fileupload.Client // Invoices is the client used to invoke /invoices APIs. Invoices *invoice.Client // InvoiceItems is the client used to invoke /invoiceitems APIs. InvoiceItems *invoiceitem.Client // IssuerFraudRecords is the client used to invoke /issuer_fraud_records APIs. IssuerFraudRecords *issuerfraudrecord.Client // LoginLinks is the client used to invoke login link related APIs. LoginLinks *loginlink.Client // Orders is the client used to invoke /orders APIs. Orders *order.Client // OrderReturns is the client used to invoke /order_returns APIs. OrderReturns *orderreturn.Client // PaymentSource is used to invoke customer sources related APIs. PaymentSource *paymentsource.Client // Payouts is the client used to invoke /payouts APIs. Payouts *payout.Client // Plans is the client used to invoke /plans APIs. Plans *plan.Client // Products is the client used to invoke /products APIs. Products *product.Client // Recipients is the client used to invoke /recipients APIs. Recipients *recipient.Client // Refunds is the client used to invoke /refunds APIs. Refunds *refund.Client // Reversals is the client used to invoke /transfers/reversals APIs. Reversals *reversal.Client // Skus is the client used to invoke /skus APIs. Skus *sku.Client // Sources is the client used to invoke /sources APIs. Sources *source.Client // SourceTransactions is the client used to invoke source transaction related APIs. SourceTransactions *sourcetransaction.Client // Subscriptions is the client used to invoke /subscriptions APIs. Subscriptions *sub.Client // SubscriptionItems is the client used to invoke subscription's items related APIs. SubscriptionItems *subitem.Client // Tokens is the client used to invoke /tokens APIs. Tokens *token.Client // Topups is the client used to invoke /tokens APIs. Topups *topup.Client // Transfers is the client used to invoke /transfers APIs. Transfers *transfer.Client // UsageRecords is the client used to invoke usage record related APIs. UsageRecords *usagerecord.Client }
API is the Stripe client. It contains all the different resources available.
Click to show internal directories.
Click to hide internal directories.