RewardRequest

Request to apply reward rules.

Variables

cardIdentifier

string

The identifier of the card.

rewardRuleId

list string

List of reward rules to apply.

simulate

bool

Specifies to simulate to application of the reward rules.

coupon

list CouponVO

List of coupons.

redeemrule

list RedeemRule

List of redeem rules.

amountCash

string

The amount of the purchase for which the rewarding is executed

amountPoints

map <productId, amount>

A map of the amount of points.

AmountPoints

The amounts of a specific product/point

Variables

product

<int64>

The product.

quantity

string

The quantity.

Close