shippingOptions property

List<PlatformPayWebShippingOption> get shippingOptions
inherited

An array of ShippingOption objects. The first shipping option listed appears in the browser payment interface as the default option.

Implementation

bool get requestShipping;/// An array of ShippingOption objects. The first shipping option listed appears in the browser payment interface as the default option.
List<PlatformPayWebShippingOption> get shippingOptions;