AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AccountService

    Inheritance
    object
    CRUDServiceBase<PixelLab>
    AccountService
    Inherited Members
    CRUDServiceBase<PixelLab>.client
    CRUDServiceBase<PixelLab>.IsBetaService
    CRUDServiceBase<PixelLab>.CustomApiKey
    CRUDServiceBase<PixelLab>.CustomBetaHeaders
    Namespace: Glitch9.AIDevKit.PixelLab
    Assembly: .dll
    Syntax
    public class AccountService : CRUDServiceBase<PixelLab>

    Constructors

    AccountService(PixelLab, params RESTHeader[])

    Declaration
    public AccountService(PixelLab client, params RESTHeader[] betaHeaders)
    Parameters
    Type Name Description
    PixelLab client
    RESTHeader[] betaHeaders

    Methods

    RetrieveBalanceAsync(RESTRequestOptions)

    Declaration
    public UniTask<float> RetrieveBalanceAsync(RESTRequestOptions options = null)
    Parameters
    Type Name Description
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<float>
    In this article
    Back to top Generated by DocFX