InvoiceDetailCreate
Invoice billing contact details supplied when creating a campaign or budget order.
Declaration
object InvoiceDetailCreateProperties
| Name | Type | Description |
|---|---|---|
primaryBuyerName Required | string | Name of the primary buyer. |
primaryBuyerEmail Required | string | Email address of the primary buyer. Must be a valid email address. |
billingEmail Required | string | Billing email address. Must be a valid email address. |
clientName | string | Identifies the advertiser or product. |
orderNumber | string | Purchase order number. |
Discussion
The InvoiceDetailCreate object is the create-time counterpart to InvoiceDetail. It’s required for Line of Credit (LOC) accounts when creating a campaign or budget order.
Example
{
"name": "AwayFinder Q3 Campaign Invoice",
"primaryBuyerName": "Jordan Blake",
"primaryBuyerEmail": "jordan.blake@awayfinder.com",
"billingEmail": "billing@awayfinder.com",
"clientName": "AwayFinder",
"orderNumber": "PO-555666777"
}