|
Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when we are removing a product from a cart More...

Classes | |
| class | RemoveCartParameter |
| Details about what to remove from the cart More... | |
Public Member Functions | |
| override CartResult | GetResult () |
| The result when the job is complete More... | |
| override string | GetError () |
| Error message if there was one More... | |
Public Member Functions inherited from Astra.ApiJobWithResult< CartResult, string > | |
| IEnumerator | AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null) |
| Wraps a job to be used within a coroutine More... | |
Public Attributes | |
| string | message |
| CartResult | result |
Job used when we are removing a product from a cart
|
inlinevirtual |
Error message if there was one
Implements Astra.ApiJobWithResult< CartResult, string >.
|
inlinevirtual |
The result when the job is complete
Implements Astra.ApiJobWithResult< CartResult, string >.