Type AliasGetAnalyticsCancellationRateBody

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

고객사의 환불율 조회를 위한 입력 정보

Type declaration

  • from: string

    환불율 조회 기간의 시작 시간 (RFC 3339 date-time)

  • until: string

    환불율 조회 기간의 끝 시간 (RFC 3339 date-time)

  • currency: Currency

    조회할 결제 통화

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