OBJECT

InvoicePayment

A recorded payment concerning an invoice

link GraphQL Schema definition

  • type InvoicePayment {
  • # Montant
  • amount: Float
  • # Date du paiement
  • date: String
  • # Texte libre du paiement
  • freeText: String
  • id: ID
  • # Creation date and time - format: YYYY-MM-DDThh:mm:sss
  • insertedAt: NaiveDateTime
  • mode: InvoicePaymentMode
  • # ID paiement stripe
  • stripeId: String
  • # Last update date and time - format: YYYY-MM-DDThh:mm:sss
  • updatedAt: NaiveDateTime
  • }