solapi
    Preparing search index...
    type GroupMessageResponse = {
        accountId: string;
        allowDuplicates: boolean;
        apiVersion: string;
        app: App;
        balance: CommonCashResponse;
        count: Count;
        countForCharge: CountForCharge;
        dateCompleted?: string;
        dateCreated: string;
        dateSent?: string;
        dateUpdated: string;
        groupId: string;
        isRefunded: boolean;
        log: Log;
        masterAccountId: string | null;
        point: CommonCashResponse;
        price: object;
        scheduledDate?: string;
        status: string;
    }
    Index

    Properties

    accountId: string
    allowDuplicates: boolean
    apiVersion: string
    app: App
    count: Count
    countForCharge: CountForCharge
    dateCompleted?: string
    dateCreated: string
    dateSent?: string
    dateUpdated: string
    groupId: string
    isRefunded: boolean
    log: Log
    masterAccountId: string | null
    price: object
    scheduledDate?: string
    status: string