<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/InvoiceDetail",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:InvoiceDetail"
  },
  "title" : "InvoiceDetail"
}
-->

# InvoiceDetail

Invoice billing details for accounts on the Line of Credit (LOC) payment model.

```
object InvoiceDetail
```

## Discussion

The `InvoiceDetail` object captures the billing contact information required for campaign or budget Line of Credit (`LOC`) payment model accounts. The API embeds it in `Campaign` and `SharedBudget` objects.

See [`InvoiceDetailCreate`](/documentation/Apple-Ads-Platform-API/InvoiceDetailCreate) for which fields are required when creating a new record, and [`InvoiceDetailUpdate`](/documentation/Apple-Ads-Platform-API/InvoiceDetailUpdate) for update behavior.

### Example

```json
{
  "name": "AwayFinder Q1 Invoice",
  "clientName": "AwayFinder",
  "primaryBuyerName": "Jordan Blake",
  "primaryBuyerEmail": "jordan.blake@awayfinder.com",
  "orderNumber": "PO-556677",
  "billingEmail": "billing@awayfinder.com"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)