struct Packlink::Shipment::Customs

Included Modules

Defined in:

packlink/shipment.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

Class Method Detail

def self.build(data : NamedTuple | Hash) #

[View source]

Instance Method Detail

def eori_number : Union(String, Nil) #

def eori_number=(_eori_number : Union(String, Nil)) #

def items : Union(Array(Item), Nil) #

def items=(_items : Union(Array(Item), Nil)) #

def sender_personalid : Union(String, Nil) #

def sender_personalid=(_sender_personalid : Union(String, Nil)) #

def sender_type : Union(String, Nil) #

def sender_type=(_sender_type : Union(String, Nil)) #

def shipment_type : Union(String, Nil) #

def shipment_type=(_shipment_type : Union(String, Nil)) #

def to_h #

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

def vat_number : Union(String, Nil) #

def vat_number=(_vat_number : Union(String, Nil)) #