Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.72 KB

FeeUpdateRequest.md

File metadata and controls

25 lines (20 loc) · 1.72 KB

# FeeUpdateRequest

Properties

Name Type Description Notes
type string The type of fee. [optional]
sku_id string The unique identifer of the stock keeping unit associated with the fee. [optional]
category string The category of the fee as defined by regulatory law. [optional]
value string The value of the product. [optional]
amount double The fee amount. [optional]
battery \DigitalRiver\ApiSdk\Model\Battery [optional]
compliance_agency string The unique identifier of the recycling agency associated with the product's jurisdiction. [optional]
fee_exemption string Indicates whether business to business sales are exempt from paying the fee. [optional]
brand_name string The product's brand name. [optional]
weee \DigitalRiver\ApiSdk\Model\WEEE [optional]
weight_and_units string The weight of the unit, minus packaging or batteries, and the unit of measurement applied to the weight. [optional]
currency string A three-letter ISO 4217 currency code. [optional]
country string A two-letter ISO 3166 country code. [optional]
subdivisions string[] An array of ISO 3166-2 subdivision codes. [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]

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