Contents

InvoiceDetail

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

Declaration

object InvoiceDetail

Properties

NameTypeDescription
clientNamestring

Identifies the advertiser or product. Nullable. Mutable.

primaryBuyerNamestring

Name of the primary buyer. Mutable.

primaryBuyerEmailstring

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

orderNumberstring

Purchase order number. Typically a PO number. Nullable. Mutable.

billingEmailstring

Billing email address. Must be a valid email address. Mutable.

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 for which fields are required when creating a new record, and InvoiceDetailUpdate for update behavior.

Example

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

See Also