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

Latest commit

 

History

History
27 lines (16 loc) · 634 Bytes

SellerBudgetInfoMessage.md

File metadata and controls

27 lines (16 loc) · 634 Bytes

SellerBudgetInfoMessage

Properties

Name Type Description Notes
budgetId Long [optional]
amount Double [optional]
spentAmount Double [optional]
remainingAmount Double [optional]
startDate OffsetDateTime [optional]
endDate OffsetDateTime [optional]
status StatusEnum [optional]

Enum: StatusEnum

Name Value
INACTIVE "Inactive"
ACTIVE "Active"