Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadDigitalGiftCard

Download the GiftCard data for a specific order, based on given OrderID and GiftCardID. This order needs to be visible for the current user. Requires the order to be shipped (automatically when it is fully paid).

Additionally, this service can be called with an AccessToken and GiftCardID combination. In this case, no user validation is done - you know both keys to the GiftCard, so you are allowed to get it's information.

If you want, you can specify a LanguageID to use for rendering the report - when omitted, the LanguageID of the current user.

See GetDigitalGiftCardsForOrder service for more details.

Hierarchy

  • DownloadDigitalGiftCard

Index

Properties

Optional AccessToken

AccessToken: undefined | string

Optional GiftCardID

GiftCardID: undefined | string

Optional LanguageID

LanguageID: undefined | string

Optional OrderID

OrderID: undefined | number

Entity type: Order