Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.52 KB

GiftCard.md

File metadata and controls

21 lines (17 loc) · 1.52 KB

GiftCard

Properties

Name Type Description Notes
id int The gift card's `ProductID`. [optional]
location_ids int[] The IDs of the locations where the gift card is sold. [optional]
description string A description of the gift card. [optional]
editable_by_consumer bool When `true`, indicates that the gift card can be edited by the client. [optional]
card_value double The value of the gift card. [optional]
sale_price double The sale price of the gift card, if applicable. [optional]
sold_online bool When `true`, indicates that the gift card is sold online. [optional]
membership_restriction_ids int[] A list of IDs for membership restrictions, if this card is restricted to members with certain types of memberships. [optional]
gift_card_terms string The terms of the gift card. [optional]
contact_info string Contact information for the gift card. [optional]
display_logo bool When `true`, indicates that the logo should be displayed on the gift card. [optional]
layouts \Swagger\Client\Model\GiftCardLayout[] A list of layouts available for the gift card. [optional]

[Back to Model list] [Back to API list] [Back to README]