ConfirmedPaymentEscrow

constructor(company: String, invoiceNumber: String, isAutomaticallyConfirmed: Boolean, sentAt: @Serializable(with = InstantSerializer::class) Instant? = null, appliedAt: @Serializable(with = InstantSerializer::class) Instant? = null)