Skip to content

Latest commit

 

History

History
executable file
·
38 lines (22 loc) · 950 Bytes

File metadata and controls

executable file
·
38 lines (22 loc) · 950 Bytes

BulkInvoiceBatchItems

(bulk_invoice_batch_items)

Available Operations

  • list - List bulk invoice batch items

list

List bulk invoice batch items

Example Usage

import wingspan
from wingspan.models import operations

s = wingspan.Wingspan()


res = s.bulk_invoice_batch_items.list(batch_id='Bicycle')

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

Parameters

Parameter Type Required Description
batch_id str ✔️ Unique identifier for a batch

Response

operations.ListBulkInvoiceBatchItemsResponse