Astra Unity 2.6.6
Astra Unity Plugin
|
Details about what to remove from the cart More...
Public Member Functions | |
override bool | Valid () |
Whether all the required fields are set. No validation of actual numbers is done here, just that the fields have values. Additional validation will be done when attempting to check out More... | |
Public Attributes | |
ulong | productId |
Product id - Required | |
string | productOptions |
Product Options - Pull using Shop.AddCart or Shop.GetCart and fill in from the product's ProductOptions field. | |
Public Attributes inherited from Astra.Net.CartParameter | |
ulong | cartConfigId |
Cart Config Id - Required | |
string | cartQualifier |
Cart Qualifier | |
Details about what to remove from the cart
|
inlinevirtual |
Whether all the required fields are set. No validation of actual numbers is done here, just that the fields have values. Additional validation will be done when attempting to check out
Reimplemented from Astra.Net.CartParameter.