TopDownProductResponse

Response to a top down request.

Summary
TopDownProductResponse
Variables
status Status
accepted TopDownProductVO
rejected TopDownProductVO
balanceResponse BalanceResponse
usedCoupons CouponVO

Variables

status

Status

The status of the topdown.

accepted

TopDownProductVO

The list of products that can be top downed.

rejected

TopDownProductVO

The list of products that can not be top downed.

balanceResponse

BalanceResponse

Balance of the user.

usedCoupons

CouponVO

List of used coupons.

Close