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

A shipping rate to be applied to a checkout. More...

Public Member Functions

 ShippingRateQuery (StringBuilder query)
 ShippingRateQuery is used to build queries. Typically ShippingRateQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ShippingRateQuery handle ()
 Human-readable unique identifier for this shipping rate. More...
 
ShippingRateQuery price ()
 Price of this shipping rate. More...
 
ShippingRateQuery priceV2 (MoneyV2Delegate buildQuery)
 Price of this shipping rate. More...
 
ShippingRateQuery title ()
 Title of this shipping rate. More...
 

Detailed Description

A shipping rate to be applied to a checkout.

Constructor & Destructor Documentation

◆ ShippingRateQuery()

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

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

Member Function Documentation

◆ handle()

ShippingRateQuery Shopify.Unity.GraphQL.ShippingRateQuery.handle ( )
inline

Human-readable unique identifier for this shipping rate.

◆ price()

ShippingRateQuery Shopify.Unity.GraphQL.ShippingRateQuery.price ( )
inline

Price of this shipping rate.

Deprecated:
Use priceV2 instead

◆ priceV2()

ShippingRateQuery Shopify.Unity.GraphQL.ShippingRateQuery.priceV2 ( MoneyV2Delegate  buildQuery)
inline

Price of this shipping rate.

◆ title()

ShippingRateQuery Shopify.Unity.GraphQL.ShippingRateQuery.title ( )
inline

Title of this shipping rate.


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