Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.2 KB

LedgerBillingGroupReport.md

File metadata and controls

38 lines (22 loc) · 1.2 KB

LedgerBillingGroupReport

Properties

Name Type Description Notes
recordType RecordTypeEnum Identifies the type of the resource. [optional]
id UUID Identifies the type of resource. [optional]
organizationId UUID Uniquely identifies the organization that owns the resource. [optional]
status StatusEnum Status of the ledger billing group report [optional]
reportUrl String External url of the ledger billing group report, if the status is complete [optional]
createdAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional]
updatedAt OffsetDateTime ISO 8601 formatted date indicating when the resource was updated. [optional]

Enum: RecordTypeEnum

Name Value
LEDGER_BILLING_GROUP_REPORT "ledger_billing_group_report"

Enum: StatusEnum

Name Value
PENDING "pending"
COMPLETE "complete"
FAILED "failed"
DELETED "deleted"