Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Required

Type

Description

Example

options

O

List[Option]

order

O

Order

purchaser

O

Purchaser

representative

O

Traveler

(2) Type - Order

Name

Required

Type

Description

Example

channel_order_id

O

String

  • 채널에서 주문을 식별하기 위해 부여한 아이디

purchased_at

O

Datetime

  • RFC 3339 형식의 UTC 기준 상품이 팔린 일시

purchase_requested_at

X

Datetime

  • RFC 3339 형식의 UTC 기준 구매 요청이 발생한 일시

reserved_at

X

Datetime

  • RFC 3339 형식의 UTC 기준 예약이 발생한 일시

reservation_requested_at

X

Datetime

  • RFC 3339 형식의 UTC 기준 예약 요청이 발생한 일시

sub_total

O

String

  • 티켓들의 Amount 총 합

  • 소수점 5자리

  • depth_combination > travelers에 기입된 unit_selling_price 총합

discount_method

X

String

  • 주문 전체에 적용된 할인 방법

discount

X

String

  • 주문 전체에 적용된 할인가

  • 소수점 5자리

total

O

String

  • 최종 결제 가격

  • 소수점 5자리

status

O

String

  • 주문의 상태
    "New" : 새 주문

is_voucher

O

Boolean

  • True

    • voucher가 있는 상품

  • False

    • voucher가 없는 상품

comment

X

String

  • 추가적으로 입력된 코멘트 입력

currency

O

String

  • 상품이 팔린 화폐

  • "KRW" : 원화
    "USD" : 미국 달러

...