Astra Unity 2.6.6
Astra Unity Plugin
Astra.Net.CheckOutInitJob Class Reference

Job used when we are initiating a Check Out procedure to ensure that user has sufficient funds. Also computes tax amount. More...

Inheritance diagram for Astra.Net.CheckOutInitJob:

Classes

class  CheckOutData
 Information about the cart More...
 
class  CheckOutInitParameter
 Details for initializing a check out procedure More...
 
class  CheckOutInitResult
 Results from this transaction More...
 

Public Member Functions

override CheckOutInitResult 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< CheckOutInitJob.CheckOutInitResult, 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...
 

Detailed Description

Job used when we are initiating a Check Out procedure to ensure that user has sufficient funds. Also computes tax amount.

Member Function Documentation

◆ GetError()

override string Astra.Net.CheckOutInitJob.GetError ( )
inlinevirtual

◆ GetResult()

override CheckOutInitResult Astra.Net.CheckOutInitJob.GetResult ( )
inlinevirtual

The result when the job is complete

Implements Astra.ApiJobWithResult< CheckOutInitJob.CheckOutInitResult, string >.


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