PaymentLogistics

constructor(company: PaymentLogisticsCompany, invoiceNumber: String, sentAt: @Serializable(with = InstantSerializer::class) Instant, receivedAt: @Serializable(with = InstantSerializer::class) Instant? = null, address: SeparatedAddressInput? = null)