# Functions
Retrieves the credit note object with the given identifier.
Returns a list of credit notes.
When retrieving a credit note, you'll get a lines property containing the first handful of those items.
Issue a credit note to adjust the amount of a finalized invoice.
Get a preview of a credit note without creating it.
When retrieving a credit note preview, you'll get a lines property containing the first handful of those items.
Updates an existing credit note.
Marks a credit note as void.
# Structs
Client is used to invoke /credit_notes APIs.
Iter is an iterator for credit notes.
LineItemIter is an iterator for credit note line items.