A collection of available shipping rates for a checkout.
More...
|
| | AvailableShippingRates (Dictionary< string, object > dataJSON) |
| | Accepts deserialized json data. Will further parse passed in data. More...
|
| |
| bool | ready () |
| | Whether or not the shipping rates are ready. The shippingRates field is null when this value is false. This field should be polled until its value becomes true. More...
|
| |
| List< ShippingRate > | shippingRates () |
| | The fetched shipping rates. null until the ready field is true. More...
|
| |
|
object | Clone () |
| |
|
|
T | Get< T > (string field, string alias=null) |
| |
|
Dictionary< string, object > | Data |
| |
|
Dictionary< string, object > | DataJSON [get, protected set] |
| |
A collection of available shipping rates for a checkout.
◆ AvailableShippingRates()
| Shopify.Unity.AvailableShippingRates.AvailableShippingRates |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ ready()
| bool Shopify.Unity.AvailableShippingRates.ready |
( |
| ) |
|
|
inline |
Whether or not the shipping rates are ready. The shippingRates field is null when this value is false. This field should be polled until its value becomes true.
◆ shippingRates()
| List<ShippingRate> Shopify.Unity.AvailableShippingRates.shippingRates |
( |
| ) |
|
|
inline |
The fetched shipping rates. null until the ready field is true.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/AvailableShippingRates.cs