Documentation ¶
Overview ¶
Package form provides the /tax/forms APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /tax/forms APIs.
func (Client) Get ¶
Retrieves the details of a tax form that has previously been created. Supply the unique tax form ID that was returned from your previous request, and Stripe will return the corresponding tax form information.
type Iter ¶
Iter is an iterator for tax forms.
func List ¶
func List(params *stripe.TaxFormListParams) *Iter
Returns a list of tax forms which were previously created. The tax forms are returned in sorted order, with the oldest tax forms appearing first.
func (*Iter) TaxFormList ¶
func (i *Iter) TaxFormList() *stripe.TaxFormList
TaxFormList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.