class ShippingOption

This object represents one shipping option.

Methods

__construct(string $id, string $title, LabeledPrice[] $prices)

No description

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

Parameters

string $id
string $title
LabeledPrice[] $prices

at line 25
string getId()

Shipping option identifier.

Return Value

string

at line 33
string getTitle()

Option title.

Return Value

string

at line 43
array getPrices()

List of price portions.

Return Value

array