Specifies the fields required to update a checkout's attributes.
More...
|
|
const string | noteFieldKey = "note" |
| |
|
const string | customAttributesFieldKey = "customAttributes" |
| |
|
const string | allowPartialAddressesFieldKey = "allowPartialAddresses" |
| |
|
| string | note [get, set] |
| | The text of an optional note that a shop owner can attach to the checkout. More...
|
| |
| List< AttributeInput > | customAttributes [get, set] |
| | A list of extra information that is added to the checkout. More...
|
| |
| bool? | allowPartialAddresses [get, set] |
| | Allows setting partial addresses on a Checkout, skipping the full validation of attributes. The required attributes are city, province, and country. Full validation of the addresses is still done at complete time. More...
|
| |
|
|
void | Set (string key, object value) |
| |
|
object | Get (string key) |
| |
Specifies the fields required to update a checkout's attributes.
◆ CheckoutAttributesUpdateInput() [1/2]
| Shopify.Unity.CheckoutAttributesUpdateInput.CheckoutAttributesUpdateInput |
( |
string |
note = null, |
|
|
List< AttributeInput > |
customAttributes = null, |
|
|
bool? |
allowPartialAddresses = null |
|
) |
| |
|
inline |
- Parameters
-
| note | The text of an optional note that a shop owner can attach to the checkout. |
| customAttributes | A list of extra information that is added to the checkout. |
| allowPartialAddresses | Allows setting partial addresses on a Checkout, skipping the full validation of attributes. The required attributes are city, province, and country. Full validation of the addresses is still done at complete time. |
◆ CheckoutAttributesUpdateInput() [2/2]
| Shopify.Unity.CheckoutAttributesUpdateInput.CheckoutAttributesUpdateInput |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
- Parameters
-
| note | The text of an optional note that a shop owner can attach to the checkout. |
| customAttributes | A list of extra information that is added to the checkout. |
| allowPartialAddresses | Allows setting partial addresses on a Checkout, skipping the full validation of attributes. The required attributes are city, province, and country. Full validation of the addresses is still done at complete time. |
◆ allowPartialAddresses
| bool? Shopify.Unity.CheckoutAttributesUpdateInput.allowPartialAddresses |
|
getset |
Allows setting partial addresses on a Checkout, skipping the full validation of attributes. The required attributes are city, province, and country. Full validation of the addresses is still done at complete time.
◆ customAttributes
| List<AttributeInput> Shopify.Unity.CheckoutAttributesUpdateInput.customAttributes |
|
getset |
A list of extra information that is added to the checkout.
◆ note
| string Shopify.Unity.CheckoutAttributesUpdateInput.note |
|
getset |
The text of an optional note that a shop owner can attach to the checkout.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/CheckoutAttributesUpdateInput.cs