Type AliasAnalyticsCardCompanyChartSummary

AnalyticsCardCompanyChartSummary: {
    totalAmount: number;
    totalCount: number;
}

결제금액, 결제 건수의 총합을 나타냅니다.

Type declaration

  • totalAmount: number

    결제금액 합 (int64)

  • totalCount: number

    결제 건수 합 (int64)