Contents

InvoiceDetailCreate

Invoice billing contact details supplied when creating a campaign or budget order.

Declaration

object InvoiceDetailCreate

Properties

NameTypeDescription
primaryBuyerName Requiredstring

Name of the primary buyer.

primaryBuyerEmail Requiredstring

Email address of the primary buyer. Must be a valid email address.

billingEmail Requiredstring

Billing email address. Must be a valid email address.

clientNamestring

Identifies the advertiser or product.

orderNumberstring

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"
}

See Also