Skip to content

Atualizar link de pagmaentos

João Pedro Truchinski Borba edited this page Nov 26, 2023 · 1 revision
PaymentLink updated = PaymentLink.updater(paymentLink.getId())
               .setName("name")
               .setBillingType(BillingType.PIX)
               .setChargeType(PaymentLinkChargeType.INSTALLMENT)
               .setEndDate(new Date())
               .setDueDateLimitDays(10)
               .setMaxInstallmentCount(2)
               .update();