A shipping rate to be applied to a checkout.
More...
|
| ShippingRate (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
string | handle () |
| Human-readable unique identifier for this shipping rate. More...
|
|
decimal | price () |
| Price of this shipping rate. More...
|
|
MoneyV2 | priceV2 () |
| Price of this shipping rate. More...
|
|
string | title () |
| Title of this shipping rate. More...
|
|
object | Clone () |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
A shipping rate to be applied to a checkout.
◆ ShippingRate()
Shopify.Unity.ShippingRate.ShippingRate |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ handle()
string Shopify.Unity.ShippingRate.handle |
( |
| ) |
|
|
inline |
Human-readable unique identifier for this shipping rate.
◆ price()
decimal Shopify.Unity.ShippingRate.price |
( |
| ) |
|
|
inline |
Price of this shipping rate.
- Deprecated:
- Use
priceV2
instead
◆ priceV2()
MoneyV2 Shopify.Unity.ShippingRate.priceV2 |
( |
| ) |
|
|
inline |
Price of this shipping rate.
◆ title()
string Shopify.Unity.ShippingRate.title |
( |
| ) |
|
|
inline |
Title of this shipping rate.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/ShippingRate.cs