Type AliasGetAnalyticsPaymentStatusChartBody

GetAnalyticsPaymentStatusChartBody: {
    from: string;
    until: string;
    currency: Currency;
}

고객사의 결제상태 이력 집계 조회를 위한 입력 정보

Type declaration

  • from: string

    조회할 결제 현황의 시작 시간 (RFC 3339 date-time)

  • until: string

    조회할 결제 현황의 끝 시간 (RFC 3339 date-time)

  • currency: Currency

    조회할 결제 통화

    입력된 통화로 발생한 결제내역만 응답에 포함됩니다.