Variables

redeemed_products

list ProductQuantity

List of the redeemed prodcuts, indicating the redeem delta.

redeemed_money

string

The total monetairy value of the redeemed products

purchase_amount

string

The initial purchase amount (as provided by the merchant)

remaining_payment_amount

string

The remainig amount to be payed after redeeming

discount_amount

string

The discount generated by redeeming

merchant_actions

list string

The list of actions a merchant should do to comply with the applied redeeming rules

redeemRule

list RedeemRule

List of redeem rules that can be in the next redeem request.

customer_cash_balance

string

The total cash balance of the customer after redeeming

customer_balances

list BalanceVO

List of balances of the user after redeeming

raffle_ticket_validation_responses

list RaffleTicketValidationResponse

List of the RaffleTicketValidationResponses

Close