Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.25 KB

File metadata and controls

22 lines (15 loc) · 1.25 KB

Giveaway

Properties

Name Type Description Notes
id Long The internal ID of this entity.
created OffsetDateTime The time this entity was created.
code String The code value of this giveaway.
poolId Long The ID of the pool to return giveaway codes from.
startDate OffsetDateTime Timestamp at which point the giveaway becomes valid. [optional]
endDate OffsetDateTime Timestamp at which point the giveaway becomes invalid. [optional]
attributes Object Arbitrary properties associated with this giveaway. [optional]
used Boolean Indicates whether this giveaway code was given before. [optional]
importId Long The ID of the Import which created this giveaway. [optional]
profileIntegrationId String The third-party integration ID of the customer profile that was awarded the giveaway, if the giveaway was awarded. [optional]
profileId Long The internal ID of the customer profile that was awarded the giveaway, if the giveaway was awarded and an internal ID exists. [optional]