OBJECT
Payment Event
type PaymentEvent implements Node {amount: String id: ID! paymentInstrumentType: String responseMessage: String successful: Boolean! transactionId: String }