EventsAirPaymentsPaymentDetails
Details of a payment made using EventsAir Payments.
type EventsAirPaymentsPaymentDetails {
orderId: String
paymentId: String
payoutDate: LocalDate
payoutFeeAmount: Float
payoutId: String
payoutNetAmount: Float
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.payoutDate ● LocalDate scalar
The date the payout occurred. Optional.
EventsAirPaymentsPaymentDetails.payoutFeeAmount ● Float scalar
A monetary value for the payout fee, including any decimal values. Optional.
EventsAirPaymentsPaymentDetails.payoutId ● String scalar
A UTF-8 string representing the payout ID number. Optional.
EventsAirPaymentsPaymentDetails.payoutNetAmount ● Float scalar
A monetary value for the payout net amount, including any decimal values. 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