Billing History Type
object
(Billing History)
Billing History Properties
Property | Type | Required | Nullable |
---|---|---|---|
billing_activities | array | Required | cannot be null |
future_payments | array | Required | cannot be null |
remaining_balance | number | Optional | can be null |
Sample JSON
{
"billing_activities": [
{
"ba_date": "2020-11-11",
"activity": "Payment Activity",
"amount": 300
}
],
"future_payments": [
{
"fp_date": "2020-11-11",
"amount": 300
}
],
"remaining_balance": 0
}