class Falsify::ShippingLine

An individual shipping method used to fulfill an order.

Attributes

carrier_identifier[RW]

A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service. @return [String]

code[RW]

A reference to the shipping method. @return [String]

discounted_price[RW]

The price of the shipping method after line-level discounts have been applied. Doesn't reflect cart-level or order-level discounts. @return [String]

discounted_price_set[RW]

The price of the shipping method in both shop and presentment currencies after line-level discounts have been applied. @return [PriceSet]

price[RW]

The price of this shipping method in the shop currency. Can't be negative. @return [String]

price_set[RW]

The price of the shipping method in shop and presentment currencies. @return [PriceSet]

requested_fulfillment_service_id[RW]

A reference to the fulfillment service that is being requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service; null otherwise. @return [String,nil]

source[RW]

The source of the shipping method. @return [String]

tax_lines[RW]

A list of tax line objects, each of which details a tax applicable to this shipping line. @return [Array<TaxLine>]

title[RW]

The title of the shipping method. @return [String]