For the complete documentation index, see llms.txt. This page is also available as Markdown.

RevenueMovementAttributes

Attributes of the RevenueMovementAttributes type

Attributes for creating a manual revenue movement

{
  "accountId": "456123",
  "date": "2022-06-01",
  "recurringAmount": "1.00",
  "movementType": "",
  "usageAmount": "1.00",
  "usageMovementType": ""
}
Name
Type
Description

accountId

ID

date

ISO8601Date

recurringAmount

Float

movementType

String

usageAmount

Float

usageMovementType

String

Last updated

Was this helpful?