Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.56 KB

LoyaltyCardTransaction.md

File metadata and controls

18 lines (15 loc) · 1.56 KB

# LoyaltyCardTransaction

Properties

Name Type Description Notes
id string Unique transaction ID. [optional]
sourceId string The merchant's transaction ID if it is different from the Voucherify transaction ID. It is really useful in case of an integration between multiple systems. It can be a transaction ID from a CRM system, database or 3rd-party service. In case of a redemption, this value is null. [optional]
voucherId string Unique voucher ID. [optional]
campaignId string Unqiue campaign ID of the voucher's parent campaign if it is part of campaign that generates bulk codes. [optional]
source string The channel through which the transaction took place, whether through the API or the the Dashboard. In case of a redemption, this value is null. [optional]
reason string Reason why the transaction occurred. In case of a redemption, this value is null. [optional]
type string [optional]
details \OpenAPI\Client\Model\LoyaltyCardTransactionDetails [optional]
relatedTransactionId string The related transaction ID on the receiving card. [optional]
createdAt \DateTime Timestamp representing the date and time when the transaction was created. The value is shown in the ISO 8601 format. [optional]

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