FailedPaymentSchedule

constructor(id: String, merchantId: String, storeId: String, paymentId: String, billingKey: String, orderName: String, isCulturalExpense: Boolean, isEscrow: Boolean, customer: Customer, customData: String, totalAmount: Long, currency: Currency, createdAt: @Serializable(with = InstantSerializer::class) Instant, timeToPay: @Serializable(with = InstantSerializer::class) Instant, startedAt: @Serializable(with = InstantSerializer::class) Instant, completedAt: @Serializable(with = InstantSerializer::class) Instant, taxFreeAmount: Long? = null, vatAmount: Long? = null, installmentMonth: Int? = null, noticeUrls: List<String>? = null, products: List<PaymentProduct>? = null)