Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.AvailableShippingRatesQuery Class Reference

A collection of available shipping rates for a checkout. More...

Public Member Functions

 AvailableShippingRatesQuery (StringBuilder query)
 AvailableShippingRatesQuery is used to build queries. Typically AvailableShippingRatesQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
AvailableShippingRatesQuery 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...
 
AvailableShippingRatesQuery shippingRates (ShippingRateDelegate buildQuery)
 The fetched shipping rates. null until the ready field is true. More...
 

Detailed Description

A collection of available shipping rates for a checkout.

Constructor & Destructor Documentation

◆ AvailableShippingRatesQuery()

Shopify.Unity.GraphQL.AvailableShippingRatesQuery.AvailableShippingRatesQuery ( StringBuilder  query)
inline

AvailableShippingRatesQuery is used to build queries. Typically AvailableShippingRatesQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ ready()

AvailableShippingRatesQuery Shopify.Unity.GraphQL.AvailableShippingRatesQuery.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()

AvailableShippingRatesQuery Shopify.Unity.GraphQL.AvailableShippingRatesQuery.shippingRates ( ShippingRateDelegate  buildQuery)
inline

The fetched shipping rates. null until the ready field is true.


The documentation for this class was generated from the following file: