Description of a gift.
| GiftVO | |
| Variables | |
| code | string |
| remainingAmount | string |
| description | string |
| expirationDate | int64 |
| locked | bool |
| issued | bool |
| currency | bool |
| giftPinCodeSalt | bytes |
| custom | CustomerVO |
| fileType | string |
| image_name | string |
| image | bytes |
| gift_uid | string |
| expired | bool |
| gracePeriod | int32 |
| expirationDateWithGracePeriod | int64 |