GiftVO

Description of a gift.

Summary

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

giftPinCodeSalt

bytes

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

custom

CustomerVO

Specifies the gift customer owner

fileType

string

The file type of the gif card.

image_name

string

The name of the image.

image

bytes

The image itself.

gift_uid

string

The uid of the gift to claim.

Close