SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Xsolla.Orders.XsollaOrders Member List

This is the complete list of members for Xsolla.Orders.XsollaOrders, including all inherited members.

CheckOrderStatus(int orderId, Action< OrderStatus > onSuccess, Action< Error > onError)Xsolla.Orders.XsollaOrdersinlinestatic
CreatePaymentToken(float amount, string currency, string description, Action< PaymentToken > onSuccess, Action< Error > onError, string locale=null, string externalID=null, int? paymentMethod=null, object customParameters=null)Xsolla.Orders.XsollaOrdersinlinestatic
CreatePaymentToken(float amount, string currency, PaymentTokenItem[] items, Action< PaymentToken > onSuccess, Action< Error > onError, string locale=null, string externalID=null, int? paymentMethod=null, object customParameters=null)Xsolla.Orders.XsollaOrdersinlinestatic
OpenPurchaseUI(string paymentToken, bool forcePlatformBrowser=false, Action< BrowserCloseInfo > onBrowserClosed=null)Xsolla.Orders.XsollaOrdersinlinestatic