Transaction
A recent Transaction that may or may not be retro claimed for Loyalty.
- claimedType: array integer[]
_by _enrollments For claimed transactions, the unique IDs of Enrollments that processed the claim.
- claimedType: object
_by _member For claimed transactions, identifying information for the Sparkfly Member.
- idType: integer
Integer numbers.
- identifierType: string
- claimedType: stringenum
_status Whether or not the transaction has been claimed by a Member with one or more Loyalty Enrollments.
values- unclaimed
- claimed
- idType: integer
ID of the transaction record in Sparkfly's records.
Examples
{
"id": 26,
"permanent_transaction_id": 26,
"claimed_status": "claimed",
"claimed_by_member": {
"id": 30,
"identifier": "mem176210833"
},
"claimed_by_enrollments": [
10
]
}