타입 별칭 PaymentWebhookResponse

PaymentWebhookResponse: {
    code: string;
    header: string;
    body: string;
    respondedAt: string;
}

웹훅 응답 정보

타입 선언

  • code: string

    응답 HTTP 코드

  • header: string

    응답 헤더

  • body: string

    응답 본문

  • respondedAt: string

    응답 시점