Skip to main content

EventsAirPaymentsPaymentDetails

Details of a payment made using EventsAir Payments.

type EventsAirPaymentsPaymentDetails {
orderId: String
paymentId: String
reference: String @deprecated
}

Fields

EventsAirPaymentsPaymentDetails.orderId ● String scalar

The order id of the EventsAir Payments transaction. Optional.

EventsAirPaymentsPaymentDetails.paymentId ● String scalar

The payment id of the EventsAir Payments transaction. Optional.

EventsAirPaymentsPaymentDetails.reference ● String deprecated scalar

DEPRECATED

Use paymentId instead. This field will be removed in a future release.

The reference of the EventsAir Payments transaction. Optional.

Implemented By

PaymentDetails union