AdAccount.PaymentModel
The payment model for the ad account.
Declaration
string AdAccount.PaymentModelPossible Values
PAYGPay 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.
LOCLine 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"
}