The item performance report object contains an array of guest_topups_performance_report_records
guest_topups_performance_report_record
Field Name | Type | Description | Example Value |
---|---|---|---|
topup_time |
int |
Unix timestamp of top-up | 1713555111 |
guest_registration_date |
int |
Unix timestamp of guest's registration date | 1713544473 |
guest_name |
string |
Name of the guest | “John Doe” |
guest_email |
string |
Guest's email address | "[email protected]" |
guest_phone |
string |
Guest's phone number | "XXX-XXX-XXXX" |
guest_notes |
string |
Notes related to the guest | "Platinum Member" |
wristband_id |
string |
ID of the wristband | "042a3c42e20000" |
wristband_aeon |
string |
Aeon of the wristband | "0" |
employee_id |
string |
ID of the employee who performed the topup | "e88e73da-b49f-11ee-82ed-8ba69062eb7f" |
employee_email |
string |
Email of the employee who performed the topup | “[email protected]” |
topup_amount |
int |
Amount of top-up | 1500 |
topup_tender |
string |
Tender of the top-up | "standard" |
topup_id |
string |
ID of the top-up | "201820e5-623b-4c52-b3d2-12fecba95a23" |
topup_tender
The following values are possible for topup_tender
:
Value for topup_tender |
Comment |
---|---|
standard |
Used to specify cash as a tender as would be shown in the options of tender type in the mPOS. |
creditExternal |
Card present credit card payment using a card processing terminal external to WristCoin |
debitExternal |
Card present debit card payment using a card processing terminal external to WristCoin |
creditIntegrated |
Card present credit card payment using a card processing terminal directly integrated with WristCoin |
debitIntegrated |
Card present debit card payment using a card processing terminal directly integrated with WristCoin |
nonmonetary |
|
other |