Closed LukaszWiktor closed 8 years ago
Customers are now a separate entity in Voucherify, thus there are a few changes in the model:
Customer
source_id
id
created_at
object
VoucherRedemptionResult
customer_id
RedemptionEntry
RedemptionDetails
customer
String
Customers are now a separate entity in Voucherify, thus there are a few changes in the model:
Customer
: addedsource_id
(previouslyid
which is now a generated value),created_at
andobject
VoucherRedemptionResult
- addedcustomer_id
RedemptionEntry
- addedcustomer_id
RedemptionDetails
- changed type ofcustomer
fromString
toCustomer