(bulk_invoice_batch_items)
- list - List bulk invoice batch items
List bulk invoice batch items
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
Parameter | Type | Required | Description |
---|---|---|---|
batch_id |
str | ✔️ | Unique identifier for a batch |