RewardRule

Description of a reward rule.

Variables

id

int64

The id of the reward rule.

description

string

The description of the reward rule.

canBeApplied

boolean

Indicates if the rule can be applied one more time.

manualExecutable

boolean

Indicates if the rule is manually executable.

cashEntryType

CashEntryType

cashEntryType of the reward rule.

product

ProductVO

The product.

program_id

int64

The program id found on the contract

startDate

int64

The startDate of the reward rule.

endDate

int64

The endDate of the reward rule.

limitReached

bool

is the max amount of points that can be rewarded reached or not?

limit

string

The quantity the limit that is reached.

TimeSpan

TimeSpan

The timespan of the limit

Close