Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 771 Bytes

SellerBudgetMessage.md

File metadata and controls

31 lines (20 loc) · 771 Bytes

SellerBudgetMessage

Properties

Name Type Description Notes
id String [optional]
sellerId String [optional]
campaignIds List<Integer> [optional]
budgetType String [optional]
amount Double [optional]
startDate OffsetDateTime [optional]
endDate String [optional]
spend Double [optional]
status StatusEnum [optional]
isSuspended Boolean [optional]

Enum: StatusEnum

Name Value
ARCHIVED "Archived"
CURRENT "Current"
SCHEDULED "Scheduled"