Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 822 Bytes

VoucherProductViewModel.md

File metadata and controls

14 lines (11 loc) · 822 Bytes

VoucherProductViewModel

Properties

Name Type Description Notes
uid string The unique identifier [optional]
title map[string,string] The title of the product [optional]
description map[string,string] The product description [optional]
color string An html color that can be used as a background color for this voucher. [optional]
image string A url to the image resource that represents this voucher. [optional]
price int The price the customer needs to pay for this voucher. [optional]

[Back to Model list] [Back to API list] [Back to README]