Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.CustomsItem
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<CustomsItem>, IBaseParameters, ICustomsItemParameter, IParameter
Properties
| Improve this Doc View SourceCode
SKU or UPC of the item.
Declaration
public string? Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Currency
Three-letter currency code for the item. Defaults to USD.
Declaration
public string? Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
Description of the item being shipped. Required.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Eccn
Export Control Classification Number (ECCN) for the item.
Declaration
public string? Eccn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
HsTariffNumber
Harmonized Tariff Schedule number for the item.
Declaration
public string? HsTariffNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Manufacturer
Manufacturer of the item.
Declaration
public string? Manufacturer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
OriginCountry
Two-letter code for the origin country. Required.
Declaration
public string? OriginCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
PrintedCommodityIdentifier
Commodity identifier for the item.
Declaration
public string? PrintedCommodityIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Quantity
Quantity of the item being shipped. Required.
Declaration
public int? Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Value
Total value of all items (unit value * Quantity) in USD. Required.
Declaration
public double? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Weight
Total weight of all items (unit weight * Quantity) in ounces. Required.
Declaration
public double? Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |