(supports custom properties)
Document representing a gift certificate.
Property | Type | Constraints | Description |
---|---|---|---|
amount |
Decimal | The gift certificate original amount. | |
balance |
Decimal | The gift certificate balance. | |
description |
String | The gift certificate description. | |
enabled |
Boolean | Is the gift certificate is enabled? | |
masked_gift_certificate_code |
String | The masked gift certificate code. | |
merchant_id |
String | The merchant ID. | |
message |
String | The message. | |
recipient_email |
String | The recipient email. | |
recipient_name |
String | The recipient name. | |
sender_name |
String | The sender name. | |
status |
Enum {pending, issued, partially_redeemed, redeemed} | The gift certificate status. |