OBJECT

RemittanceAction

Remittance action

link GraphQL Schema definition

  • type RemittanceAction {
  • # The date the remittance action was completed.
  • completedAt: ISO8601DateTime
  • # The date the remittance action was created.
  • createdAt: ISO8601DateTime
  • # The destination of the remittance action, e.g. 'hyperwallet', 'xero'.
  • destination: String!
  • id: ID!
  • # The id used to identify the remittance action.
  • legacyId: Int!
  • remittanceAdvice: RemittanceAdvice
  • remittanceEvents: [RemittanceEvent!]!
  • }