//
pkg.gl
Category
github.com/javinc/stripe-go
invoice
package
13.1.0+incompatible
Repository:
https://github.com/javinc/stripe-go.git
Documentation:
pkg.go.dev
Overview
Versions
13
Dependencies
4
Dependents
0
Files
262 SLOC
#
Functions
Get
Get returns the details of an invoice.
GetNext
GetNext returns the upcoming invoice's properties.
List
List returns a list of invoices.
ListLines
ListLines returns a list of line items.
New
New POSTs new invoices.
Pay
Pay pays an invoice.
Update
Update updates an invoice's properties.
#
Constants
TypeInvoiceItem
No description provided by the author
TypeSubscription
No description provided by the author
#
Structs
Client
Client is the client used to invoke /invoices APIs.
Iter
Iter is an iterator for lists of Invoices.
LineIter
LineIter is an iterator for lists of InvoiceLines.