solapi
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • 잔액조회

      Returns Promise<
          {
              accountId?: string;
              autoRecharge?: number;
              balance: number;
              balanceOnly?: number;
              deposit?: number;
              lowBalanceAlert?: {
                  balances: readonly number[];
                  channels: readonly string[];
                  currentBalance: string;
                  enabled: boolean;
                  notificationBalance: string;
              };
              minimumCash?: number;
              point: number;
              rechargeTo?: number;
              rechargeTryCount?: number;
          },
      >

      GetBalanceResponse