ShippingOption
class ShippingOption
This object represents one shipping option.
Methods
string
getId()
Shipping option identifier.
string
getTitle()
Option title.
array
getPrices()
List of price portions.
Details
at line 15
__construct(string $id, string $title, LabeledPrice[] $prices)
No description
at line 25
string
getId()
Shipping option identifier.
at line 33
string
getTitle()
Option title.
at line 43
array
getPrices()
List of price portions.