Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 496 Bytes

File metadata and controls

executable file
·
32 lines (17 loc) · 496 Bytes

ClientInvoiceTemplates

(client_invoice_templates)

Available Operations

  • list - List client-invoice-templates

list

List client-invoice-templates

Example Usage

import wingspan


s = wingspan.Wingspan()


res = s.client_invoice_templates.list()

if res.client_invoice_templates is not None:
    # handle response
    pass

Response

operations.ListClientInvoiceTemplatesResponse