OBJECT
Remittance event
type RemittanceEvent {# Date the remittance event was created.createdAt: ISO8601DateTime # Remittance Event ID.eventId: Int! id: ID! # Success or error message.message: String # Whether the remittance event was successful.successful: Boolean }