Contents

AdAccount.PaymentModel

The payment model for the ad account.

Declaration

string AdAccount.PaymentModel

Possible Values

PAYG

Pay as you go. The default billing model when no payment model is configured, charged per campaign spend. Budget orders aren’t available with this model.

LOC

Line of credit. A monthly invoicing model required to use budget orders. Invoicing details are available in InvoiceDetail.

Discussion

Choosing LOC here is a prerequisite for using budget orders on this ad account.

See also Budget Orders Endpoints.

Example

{
  "paymentModel": "PAYG"
}