Constructor: shippingOption
Shipping option
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | Option ID |
title | string | Yes | Title |
prices | Array of LabeledPrice | Yes | List of price portions |
Type: ShippingOption
Example:
$shippingOption = ['_' => 'shippingOption', 'id' => 'string', 'title' => 'string', 'prices' => [LabeledPrice, LabeledPrice]];