class Falsify::ShippingLine
An individual shipping method used to fulfill an order.
Attributes
A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service. @return [String]
A reference to the shipping method. @return [String]
The price of the shipping method after line-level discounts have been applied. Doesn't reflect cart-level or order-level discounts. @return [String]
The price of the shipping method in both shop and presentment currencies after line-level discounts have been applied. @return [PriceSet]
The price of this shipping method in the shop currency. Can't be negative. @return [String]
The price of the shipping method in shop and presentment currencies. @return [PriceSet]
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]
The source of the shipping method. @return [String]
A list of tax line objects, each of which details a tax applicable to this shipping line. @return [Array<TaxLine>]
The title of the shipping method. @return [String]