ULPMTripInfo

data class ULPMTripInfo(val billingContact: <Error class: unknown class>? = null, val shippingContact: <Error class: unknown class>? = null, val orderBookedAt: Date? = null, val merchant: String? = null, val merchantField1: String? = null, val merchantField2: String? = null, val merchantData: <Error class: unknown class>? = null, val orderTaxAmount: Int? = null, val orderAmount: Int? = null, val travelers: List<<Error class: unknown class>>? = null, val hotelReservations: List<<Error class: unknown class>>? = null, val airReservations: List<<Error class: unknown class>>? = null, val cruiseReservations: List<<Error class: unknown class>>? = null, val orderLines: List<<Error class: unknown class>>? = null) : Serializable

Class to represent a trip.

Constructors

Link copied to clipboard
fun ULPMTripInfo(billingContact: <Error class: unknown class>? = null, shippingContact: <Error class: unknown class>? = null, orderBookedAt: Date? = null, merchant: String? = null, merchantField1: String? = null, merchantField2: String? = null, merchantData: <Error class: unknown class>? = null, orderTaxAmount: Int? = null, orderAmount: Int? = null, travelers: List<<Error class: unknown class>>? = null, hotelReservations: List<<Error class: unknown class>>? = null, airReservations: List<<Error class: unknown class>>? = null, cruiseReservations: List<<Error class: unknown class>>? = null, orderLines: List<<Error class: unknown class>>? = null)

Properties

Link copied to clipboard
val airReservations: List<<Error class: unknown class>>? = null

List of air reservations attached to the trip

Link copied to clipboard
val billingContact: <Error class: unknown class>? = null

Billing contact, who will pay for the trip

Link copied to clipboard
val cruiseReservations: List<<Error class: unknown class>>? = null

List of cruise reservations attached to the trip

Link copied to clipboard
val hotelReservations: List<<Error class: unknown class>>? = null

List of hotel reservations attached to the trip

Link copied to clipboard
val merchant: String? = null

Generic merchant field

Link copied to clipboard
val merchantData: <Error class: unknown class>? = null
Link copied to clipboard
val merchantField1: String? = null

First field of the merchant info

Link copied to clipboard
val merchantField2: String? = null

Second field of the merchant info

Link copied to clipboard
val orderAmount: Int? = null

Total amount of the whole trip

Link copied to clipboard
val orderBookedAt: Date? = null

Date when the order has been booked

Link copied to clipboard
val orderLines: List<<Error class: unknown class>>? = null

List of order lines attached to the trip

Link copied to clipboard
val orderTaxAmount: Int? = null

Tax amount of the order

Link copied to clipboard
val shippingContact: <Error class: unknown class>? = null

Shipping contact

Link copied to clipboard
val travelers: List<<Error class: unknown class>>? = null

List of travelers attached to the trip