INPUT_OBJECT

RemittanceAdviceUpdateMutationInput

Autogenerated input type of RemittanceAdviceUpdateMutation

link GraphQL Schema definition

  • input RemittanceAdviceUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the remittance advice.
  • remittanceAdviceId: ID!
  • # Total paid to the seller on this remittance advice denominated in cents.
  • totalPaidCents: Int!
  • # Supporting documents relating to actions taken on the remittance advice.
  • attachments: [ImageInput!]
  • # The date the remittance advice was paid.
  • paidAt: ISO8601DateTime
  • # External payment reference for the payment of the remittance advice.
  • paymentReference: String
  • }