Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.22 KB

File metadata and controls

23 lines (18 loc) · 1.22 KB

OrderLines

Order Line

Properties

Name Type Description Notes
id str Order line ID. [optional]
type str Always "orderline". [optional]
ad_account_id str Ad account ID. [optional]
purchase_order_id str, none_type Purchase order ID. [optional]
start_time float Start time. Unix timestamp. [optional]
end_time float, none_type End time. Unix timestamp. [optional]
budget float, none_type Order line budget in micro currency. [optional]
paid_budget float, none_type Order line paid budget in micro currency. [optional]
status str Order line status. [optional]
name str, none_type Order line name. [optional]
paid_type str, none_type Order line paid type. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]