struct Packlink::Shipment::Customs::Item

Defined in:

packlink/shipment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_427 : JSON::PullParser) #

[View source]

Instance Method Detail

def country_of_origin : Union(String, Nil) #

[View source]
def country_of_origin=(_country_of_origin : Union(String, Nil)) #

[View source]
def description_english : Union(String, Nil) #

[View source]
def description_english=(_description_english : Union(String, Nil)) #

[View source]
def quantity : Union(Int32, Nil) #

[View source]
def quantity=(_quantity : Union(Int32, Nil)) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def value : Float64 #

[View source]
def value=(_value : Float64) #

[View source]
def weight : Float64 #

[View source]
def weight=(_weight : Float64) #

[View source]