ProductVO

Variables

id

int64

The id of the product.

name

string

The name of the product.

pricePerUnit

string

The price per unit of the product.

exchange

boole

If true, indicates that the product can be used as cash.

programId

list int64

List of program ids for the product.

couponOnly

bool

If true, this product can only be paid by coupon

showPointsAsCashValue

bool

If true, this product will have the number of ‘points’ displayed as the cash value

Close