struct Packlink::Shipment::FoundResponse
- Packlink::Shipment::FoundResponse
- Struct
- Value
- Object
Defined in:
packlink/shipment.crConstructors
Instance Method Summary
- #base_price : BigDecimal
- #base_price=(_base_price : BigDecimal)
- #canceled : Bool
- #canceled=(_canceled : Bool)
- #carrier : String
- #carrier=(_carrier : String)
- #collection : Address
- #collection=(_collection : Address)
- #collection_date : String
- #collection_date=(_collection_date : String)
- #collection_hour : String
- #collection_hour=(_collection_hour : String)
- #content : String
- #content=(_content : String)
- #content_value : BigDecimal
- #content_value=(_content_value : BigDecimal)
- #delivery : Address
- #delivery=(_delivery : Address)
- #extras : Array(String)
- #extras=(_extras : Array(String))
- #insurance_coverage : BigDecimal
- #insurance_coverage=(_insurance_coverage : BigDecimal)
- #insurance_price : BigDecimal
- #insurance_price=(_insurance_price : BigDecimal)
- #order_date : String
- #order_date=(_order_date : String)
- #parcel_number : String | Int32
- #parcel_number=(_parcel_number : String | Int32)
- #parcels : Array(Package)
- #parcels=(_parcels : Array(Package))
- #price : BigDecimal
- #price=(_price : BigDecimal)
- #reference : String
- #reference=(_reference : String)
- #service : String
- #service=(_service : String)
- #shipment_custom_reference : String
- #shipment_custom_reference=(_shipment_custom_reference : String)
- #status : String
- #status=(_status : String)
- #to_json(json : JSON::Builder)
- #total_taxes : BigDecimal
- #total_taxes=(_total_taxes : BigDecimal)
- #tracking_codes : Array(String)
- #tracking_codes=(_tracking_codes : Array(String))
- #weight : BigDecimal
- #weight=(_weight : BigDecimal)