struct Packlink::Shipment::Customs::Item
- Packlink::Shipment::Customs::Item
- Struct
- Value
- Object
Defined in:
packlink/shipment.crConstructors
Instance Method Summary
- #country_of_origin : Union(String, Nil)
- #country_of_origin=(_country_of_origin : Union(String, Nil))
- #description_english : Union(String, Nil)
- #description_english=(_description_english : Union(String, Nil))
- #quantity : Union(Int32, Nil)
- #quantity=(_quantity : Union(Int32, Nil))
- #to_json(json : JSON::Builder)
- #value : Float64
- #value=(_value : Float64)
- #weight : Float64
- #weight=(_weight : Float64)