---
title: AdAccount.PaymentModel
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adaccount/paymentmodel-data.typealias
---

# AdAccount.PaymentModel

The payment model for the ad account.

## Declaration

```data
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

Discussion Choosing LOC here is a prerequisite for using budget orders on this ad account. See also Budget Orders Endpoints. Example {   "paymentModel": "PAYG" }
