Versions in this module Expand all Collapse all v72 v72.201.0 Jun 24, 2022 v72.200.0 Jun 24, 2022 Changes in this version + func Del(id string, params *stripe.InvoiceParams) (*stripe.Invoice, error) + func FinalizeInvoice(id string, params *stripe.InvoiceFinalizeParams) (*stripe.Invoice, error) + func Get(id string, params *stripe.InvoiceParams) (*stripe.Invoice, error) + func GetNext(params *stripe.InvoiceParams) (*stripe.Invoice, error) + func MarkUncollectible(id string, params *stripe.InvoiceMarkUncollectibleParams) (*stripe.Invoice, error) + func New(params *stripe.InvoiceParams) (*stripe.Invoice, error) + func Pay(id string, params *stripe.InvoicePayParams) (*stripe.Invoice, error) + func SendInvoice(id string, params *stripe.InvoiceSendParams) (*stripe.Invoice, error) + func Update(id string, params *stripe.InvoiceParams) (*stripe.Invoice, error) + func VoidInvoice(id string, params *stripe.InvoiceVoidParams) (*stripe.Invoice, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Del(id string, params *stripe.InvoiceParams) (*stripe.Invoice, error) + func (c Client) FinalizeInvoice(id string, params *stripe.InvoiceFinalizeParams) (*stripe.Invoice, error) + func (c Client) Get(id string, params *stripe.InvoiceParams) (*stripe.Invoice, error) + func (c Client) GetNext(params *stripe.InvoiceParams) (*stripe.Invoice, error) + func (c Client) List(listParams *stripe.InvoiceListParams) *Iter + func (c Client) ListLines(listParams *stripe.InvoiceLineListParams) *LineIter + func (c Client) MarkUncollectible(id string, params *stripe.InvoiceMarkUncollectibleParams) (*stripe.Invoice, error) + func (c Client) New(params *stripe.InvoiceParams) (*stripe.Invoice, error) + func (c Client) Pay(id string, params *stripe.InvoicePayParams) (*stripe.Invoice, error) + func (c Client) Search(params *stripe.InvoiceSearchParams) *SearchIter + func (c Client) SendInvoice(id string, params *stripe.InvoiceSendParams) (*stripe.Invoice, error) + func (c Client) Update(id string, params *stripe.InvoiceParams) (*stripe.Invoice, error) + func (c Client) VoidInvoice(id string, params *stripe.InvoiceVoidParams) (*stripe.Invoice, error) + type Iter struct + func List(params *stripe.InvoiceListParams) *Iter + func (i *Iter) Invoice() *stripe.Invoice + func (i *Iter) InvoiceList() *stripe.InvoiceList + type LineIter struct + func ListLines(params *stripe.InvoiceLineListParams) *LineIter + func (i *LineIter) InvoiceLine() *stripe.InvoiceLine + func (i *LineIter) InvoiceLineList() *stripe.InvoiceLineList + type SearchIter struct + func Search(params *stripe.InvoiceSearchParams) *SearchIter + func (i *SearchIter) Invoice() *stripe.Invoice + func (i *SearchIter) InvoiceSearchResult() *stripe.InvoiceSearchResult Other modules containing this package github.com/timandy/go-stripe