Sha256: d932ea0b4715e574b46f59744284634a9175f6dc568736c0de9244055da92c0f
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
# VoucherifySdk::LoyaltyCardTransaction ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique transaction ID. | | | **source_id** | **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. | | | **voucher_id** | **String** | Unique voucher ID. | | | **campaign_id** | **String** | Unqiue campaign ID of the voucher's parent campaign if it is part of campaign that generates bulk codes. | | | **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. | | | **reason** | **String** | Reason why the transaction occurred. In case of a redemption, this value is null. | | | **type** | [**LoyaltyCardTransactionsType**](LoyaltyCardTransactionsType.md) | | | | **details** | [**VoucherTransactionDetails**](VoucherTransactionDetails.md) | | | | **related_transaction_id** | **String** | The related transaction ID on the receiving card. | | | **created_at** | **Time** | Timestamp representing the date and time when the transaction was created in ISO 8601 format. | |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/LoyaltyCardTransaction.md |