struct Packlink::Shipment::FoundResponse

Defined in:

packlink/shipment.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def base_price : BigDecimal #

def base_price=(_base_price : BigDecimal) #

def canceled : Bool #

def canceled=(_canceled : Bool) #

def carrier : String #

def carrier=(_carrier : String) #

def collection : Address #

def collection=(_collection : Address) #

def collection_date : String #

def collection_date=(_collection_date : String) #

def collection_hour : String #

def collection_hour=(_collection_hour : String) #

def content : String #

def content=(_content : String) #

def content_value : BigDecimal #

def content_value=(_content_value : BigDecimal) #

def delivery : Address #

def delivery=(_delivery : Address) #

def extras : Array(String) #

def extras=(_extras : Array(String)) #

def insurance_coverage : BigDecimal #

def insurance_coverage=(_insurance_coverage : BigDecimal) #

def insurance_price : BigDecimal #

def insurance_price=(_insurance_price : BigDecimal) #

def order_date : String #

def order_date=(_order_date : String) #

def parcel_number : String | Int32 #

def parcel_number=(_parcel_number : String | Int32) #

def parcels : Array(Package) #

def parcels=(_parcels : Array(Package)) #

def price : BigDecimal #

def price=(_price : BigDecimal) #

def reference : String #

def reference=(_reference : String) #

def service : String #

def service=(_service : String) #

def shipment_custom_reference : String #

def shipment_custom_reference=(_shipment_custom_reference : String) #

def status : String #

def status=(_status : String) #

def to_json(json : JSON::Builder) #

def total_taxes : BigDecimal #

def total_taxes=(_total_taxes : BigDecimal) #

def tracking_codes : Array(String) #

def tracking_codes=(_tracking_codes : Array(String)) #

def weight : BigDecimal #

def weight=(_weight : BigDecimal) #