Variables

id

int64

The id of the redeem rule.

description

string

The description of the redeem rule.

givesQuantity

string

The quantity of what the rule gives in return for what will be taken.

givesDescription

string

The description of what the rule gives in return for what will be taken.

takesQuantity

string

The quantity the rule takes for what will be given.

takesDescription

string

The description of what the rule takes for what will be given.

canBeApplied

bool

Indicates if the rule can be applied one more time.

show_progress

bool

Indicates if the progress bar will be shown in the android merchant app

ignore_reward_from_simulation

bool

Indicates if the rule’s redeem data of the simulation reward counts or not

gives_product

ProductVO

The product that is given?

gives_cash_discount

String

The cash discount that is given?

redeemrule_type

RedeemRuleType

The type of redeemrule

applyDiscount

Boolean

Can apply the discount

periodicRewardTransactionCount

int

Number of rewards required to trigger

unknownProductImage

bytes

The image of the unknown product.  The unknown product can be found in the givesDescription property

program_id

int64

The program id found on the contract

autoExecute

Boolean

Whether or not this rule will be automatically executed without explicit selection

Close