struct Packlink::Order::ShipmentLine

Defined in:

packlink/order.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def insurance_coverage_amount : BigDecimal #

[View source]
def insurance_coverage_amount=(_insurance_coverage_amount : BigDecimal) #

[View source]
def receipt : String #

[View source]
def receipt=(_receipt : String) #

[View source]
def shipment_custom_reference : String #

[View source]
def shipment_custom_reference=(_shipment_custom_reference : String) #

[View source]
def shipment_reference : String #

[View source]
def shipment_reference=(_shipment_reference : String) #

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

[View source]
def total_price : BigDecimal #

[View source]
def total_price=(_total_price : BigDecimal) #

[View source]