---
title: Campaign.InvoiceDetail
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/campaign/invoicedetail-data.dictionary
---

# Campaign.InvoiceDetail

Invoice details for the LOC payment model.

## Declaration

```data
object Campaign.InvoiceDetail
```

## Properties

clientName: Identifies the advertiser or product. Nullable. Mutable. primaryBuyerName: Name of the primary buyer. Mutable. primaryBuyerEmail: Email address of the primary buyer. Must be a valid email address. Mutable. orderNumber: Purchase order number. Typically a PO number. Nullable. Mutable. billingEmail: Billing email address. Must be a valid email address. Mutable.

## Discussion

Discussion Captures the billing contact and reference information required for Line of Credit (LOC) payment model accounts. The primaryBuyerEmail and billingEmail fields must each be a valid email address. See InvoiceDetailCreate for which fields are required when creating a new record, and InvoiceDetailUpdate for update behavior.
