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

Policy that a merchant has configured for their store, such as their refund or privacy policy. More...

Inheritance diagram for Shopify.Unity.ShopPolicy:
Shopify.Unity.SDK.AbstractResponse Shopify.Unity.Node

Public Member Functions

 ShopPolicy (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string body ()
 Policy text, maximum size of 64kb. More...
 
string handle ()
 Policy’s handle. More...
 
string id ()
 Globally unique identifier. More...
 
string title ()
 Policy’s title. More...
 
string url ()
 Public URL to the policy. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Policy that a merchant has configured for their store, such as their refund or privacy policy.

Constructor & Destructor Documentation

◆ ShopPolicy()

Shopify.Unity.ShopPolicy.ShopPolicy ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for ShopPolicy

Member Function Documentation

◆ body()

string Shopify.Unity.ShopPolicy.body ( )
inline

Policy text, maximum size of 64kb.

◆ handle()

string Shopify.Unity.ShopPolicy.handle ( )
inline

Policy’s handle.

◆ id()

string Shopify.Unity.ShopPolicy.id ( )
inline

Globally unique identifier.

Implements Shopify.Unity.Node.

◆ title()

string Shopify.Unity.ShopPolicy.title ( )
inline

Policy’s title.

◆ url()

string Shopify.Unity.ShopPolicy.url ( )
inline

Public URL to the policy.


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