Billing Activities Type
object
(Billing Activities)
Billing Activities Properties
Property | Type | Required | Nullable |
---|---|---|---|
ba_date | string | Required | cannot be null |
activity | string | Required | cannot be null |
amount | number | Required | cannot be null |
Sample JSON
{
"ba_date": "2020-11-11",
"activity": "Payment Activity",
"amount": 300
}