Versions Compared

Key

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

...

Excerpt
nameService

NAME

DESCRIPTION

FORMAT

POSSIBLE VALUES

<Response / Order / OrderItems / OrderItem>

TimeLimits / PaymentTimeLimit

Info

Attribute

Timestamp

Payment Time Limit for Ancillaries booked and held in Unpaid Orders.

Alphanumeric

Date and Time in UTC format, example:

2024-01-24T22:59:00.000Z

PaymentTimeLimit example

Expand
titlePaymentTimeLimit example
Code Block
languagexml
<OrderItems>
	<OrderItem OrderItemID="IBd9f8773737e74c85b1172bf9168214b1OC_02">
		<TimeLimits>
			<PaymentTimeLimit Timestamp="2024-04-25T11:46:00.000Z"/>
		</TimeLimits>
	</OrderItem>
</OrderItems>

...