creditnote

package
v72.119.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package creditnote provides the /credit_notes APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(id string, params *stripe.CreditNoteParams) (*stripe.CreditNote, error)

Get returns the details of a credit note.

func New

New creates a new credit note.

func Preview

Preview is the method for the `GET /v1/credit_notes/preview` API.

func Update

func Update(id string, params *stripe.CreditNoteParams) (*stripe.CreditNote, error)

Update updates a credit note's properties.

func VoidCreditNote

func VoidCreditNote(id string, params *stripe.CreditNoteVoidParams) (*stripe.CreditNote, error)

VoidCreditNote is the method for the `POST /v1/credit_notes/{id}/void` API.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /credit_notes APIs.

func (Client) Get

func (c Client) Get(id string, params *stripe.CreditNoteParams) (*stripe.CreditNote, error)

Get returns the details of a credit note.

func (Client) List

func (c Client) List(listParams *stripe.CreditNoteListParams) *Iter

List returns a list of credit notes.

func (Client) ListLines

func (c Client) ListLines(listParams *stripe.CreditNoteLineItemListParams) *LineItemIter

ListLines is the method for the `GET /v1/credit_notes/{credit_note}/lines` API.

func (Client) ListPreviewLines

func (c Client) ListPreviewLines(listParams *stripe.CreditNoteLineItemListPreviewParams) *LineItemIter

ListPreviewLines is the method for the `GET /v1/credit_notes/preview/lines` API.

func (Client) New

func (c Client) New(params *stripe.CreditNoteParams) (*stripe.CreditNote, error)

New creates a new credit note.

func (Client) Preview

Preview is the method for the `GET /v1/credit_notes/preview` API.

func (Client) Update

func (c Client) Update(id string, params *stripe.CreditNoteParams) (*stripe.CreditNote, error)

Update updates a credit note's properties.

func (Client) VoidCreditNote

func (c Client) VoidCreditNote(id string, params *stripe.CreditNoteVoidParams) (*stripe.CreditNote, error)

VoidCreditNote is the method for the `POST /v1/credit_notes/{id}/void` API.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for credit notes.

func List

func List(params *stripe.CreditNoteListParams) *Iter

List returns a list of credit notes.

func (*Iter) CreditNote

func (i *Iter) CreditNote() *stripe.CreditNote

CreditNote returns the credit note which the iterator is currently pointing to.

func (*Iter) CreditNoteList

func (i *Iter) CreditNoteList() *stripe.CreditNoteList

CreditNoteList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

type LineItemIter

type LineItemIter struct {
	*stripe.Iter
}

LineItemIter is an iterator for credit note line items.

func ListLines

ListLines is the method for the `GET /v1/credit_notes/{credit_note}/lines` API.

func ListPreviewLines

func ListPreviewLines(params *stripe.CreditNoteLineItemListPreviewParams) *LineItemIter

ListPreviewLines is the method for the `GET /v1/credit_notes/preview/lines` API.

func (*LineItemIter) CreditNoteLineItem

func (i *LineItemIter) CreditNoteLineItem() *stripe.CreditNoteLineItem

CreditNoteLineItem returns the credit note line item which the iterator is currently pointing to.

func (*LineItemIter) CreditNoteLineItemList

func (i *LineItemIter) CreditNoteLineItemList() *stripe.CreditNoteLineItemList

CreditNoteLineItemList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL