Type Alias PaymentMethodVirtualAccountRefundStatus

PaymentMethodVirtualAccountRefundStatus:
    | "PENDING"
    | "PARTIAL_REFUND_FAILED"
    | "FAILED"
    | "COMPLETED"
    | string & {}

가상계좌 환불 상태

Type declaration

  • "PENDING"

    처리중

  • "PARTIAL_REFUND_FAILED"

    부분 환불 실패

  • "FAILED"

    환불 실패

  • "COMPLETED"

    환불 완료

  • string & {}