RollbackRedemptionResponse now ueses VoucherResponse for voucher fiield
Added missing fields: id, object, created_at, customer_id, tracking_id for PublishVoucherResponse. Addiotionaly PublishVoucherResponse now contains voucher field.
By doing so backward compatibility for API - 2017-04-05 will work. And for API - 2017-04-20, voucher field will be mapped with correct properties.
Changes:
RollbackRedemptionResponse
now uesesVoucherResponse
forvoucher
fiieldid
,object
,created_at
,customer_id
,tracking_id
forPublishVoucherResponse
. AddiotionalyPublishVoucherResponse
now containsvoucher
field.By doing so backward compatibility for API -
2017-04-05
will work. And for API -2017-04-20
,voucher
field will be mapped with correct properties.