A CustomerAccessToken represents the unique token required to make modifications to the customer object.
More...
|
| CustomerAccessToken (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
string | accessToken () |
| The customer’s access token. More...
|
|
DateTime? | expiresAt () |
| The date and time when the customer access token expires. More...
|
|
object | Clone () |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
A CustomerAccessToken represents the unique token required to make modifications to the customer object.
◆ CustomerAccessToken()
Shopify.Unity.CustomerAccessToken.CustomerAccessToken |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ accessToken()
string Shopify.Unity.CustomerAccessToken.accessToken |
( |
| ) |
|
|
inline |
The customer’s access token.
◆ expiresAt()
DateTime? Shopify.Unity.CustomerAccessToken.expiresAt |
( |
| ) |
|
|
inline |
The date and time when the customer access token expires.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/CustomerAccessToken.cs