Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 735 Bytes

InvoiceCollectionObject.md

File metadata and controls

27 lines (15 loc) · 735 Bytes

InvoiceCollectionObject

Properties

Name Type Description Notes
month String Identifies the month to analyze revenue.
paymentStatus PaymentStatusEnum The payment status of the invoices. [optional]
invoicesCount Integer Contains invoices count.
amountCents Integer The total amount of revenue for a period, expressed in cents.
currency Currency [optional]

Enum: PaymentStatusEnum

Name Value
PENDING "pending"
SUCCEEDED "succeeded"
FAILED "failed"