struct Packlink::Service::Price

Defined in:

packlink/service.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def base_price : BigDecimal #

[View source]
def base_price=(_base_price : BigDecimal) #

[View source]
def currency : String #

[View source]
def currency=(_currency : String) #

[View source]
def tax_price : BigDecimal #

[View source]
def tax_price=(_tax_price : BigDecimal) #

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

[View source]
def total_price : BigDecimal #

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

[View source]