@portone/server-sdk
    Preparing search index...

    Type Alias B2bBulkTaxInvoice

    type B2bBulkTaxInvoice = {
        id: string;
        graphqlId: string;
        name?: string;
        status: B2bBulkTaxInvoiceStatus;
        totalInvoiceCount: number;
        totalAmount: number;
        stats: Map_Stat;
        createdAt: string;
        scheduledAt?: string;
        requestedAt?: string;
        statusUpdatedAt: string;
        sourceType: B2bBulkTaxInvoiceSourceType;
        issuanceType: B2bTaxInvoiceIssuanceType;
    }
    Index

    Properties

    id: string

    일괄 세금계산서 고유 아이디

    graphqlId: string
    name?: string
    totalInvoiceCount: number

    (int32)

    totalAmount: number

    (int64)

    stats: Map_Stat
    createdAt: string

    (RFC 3339 date-time)

    scheduledAt?: string

    (RFC 3339 date-time)

    requestedAt?: string

    (RFC 3339 date-time)

    statusUpdatedAt: string

    (RFC 3339 date-time)