Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 874 Bytes

ProductCostDetailsDto.md

File metadata and controls

16 lines (13 loc) · 874 Bytes

# ProductCostDetailsDto

Properties

Name Type Description Notes
product_reference string Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier. [optional]
product_sku string Product SKU. [optional]
product_quantity int Product quantity. [optional]
product_price double Product price. [optional]
product_cost double Product cost. [optional]
product_discount double Product discount. [optional]
currency_code string Currency code. [optional]
tenant_id int Tenant identifier. [optional]

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