Skip to content

Files

14 lines (10 loc) · 837 Bytes

GetGiftCardsRequest.md

File metadata and controls

14 lines (10 loc) · 837 Bytes

GetGiftCardsRequest

Properties

Name Type Description Notes
location_id int When included, returns gift cards that are sold at the provided location ID. [optional]
sold_online bool When `true`, only returns gift cards that are sold online.<br /> Default: false [optional]
ids int[] Filters the results to the requested gift card IDs.<br /> Default: all gift cards. [optional]
limit int Number of results to include, defaults to 100 [optional]
offset int Page offset, defaults to 0. [optional]

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