Type AliasAnalyticsPgCompanyTrendChartStat

AnalyticsPgCompanyTrendChartStat: {
    timestamp: string;
    pgCompany: PgCompany;
    amount: number;
    count: number;
}

특정 시점의 결제대행사 별 결제금액, 결제 건수를 나타냅니다.

Type declaration

  • timestamp: string

    시점 (RFC 3339 date-time)

  • pgCompany: PgCompany

    결제대행사

  • amount: number

    결제금액 (int64)

  • count: number

    결제 건수 (int64)