Amberflo · Example Payload

Billing Customer Example

Enterprise customer account for Acme Corporation

Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

Billing Customer Example is an example object payload from Amberflo, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

createTimeupdateTimedeleteTimecustomerIdcustomerNamecustomerEmaildescriptionenabledtestlifecycleStagedeactivateTimeStamptraitsaddress

Example Payload

Raw ↑
{
  "createTime": 1718153645993,
  "updateTime": 1718153645993,
  "deleteTime": 1718153645993,
  "customerId": "customer-123456",
  "customerName": "Acme Corp",
  "customerEmail": "billing@acme.com",
  "description": "Enterprise customer account for Acme Corporation",
  "enabled": false,
  "test": false,
  "lifecycleStage": "ACTIVE",
  "deactivateTimeStamp": 1718153645993,
  "traits": {},
  "address": "sample-value"
}