GiftVO

Description of a gift.

Variables

code

string

The code of the gift.

remainingAmount

string

The remaining amount of the gift.

description

string

The description of the gift.

expirationDate

int64

The expiration date of the gift.

locked

bool

Specifies if the gift is locked

issued

bool

Specifies if the gift is issued

currency

bool

Specifies the gift Currency

user

UserVO

Specifies the gift user

giftPinCodeSalt

bytes

The salt used for the gift pincode.  This means this gift requires a pincode to claim.

Close