public class InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls extends Object
| Constructor | Description |
|---|---|
InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getPaymentAccepted() |
URL to redirect the customer after a successful payment.
|
String |
getPaymentPending() |
URL to redirect the customer after a payment is pending.
|
String |
getPaymentRejected() |
URL to redirect the customer after a payment is rejected.
|
int |
hashCode() |
|
InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls |
paymentAccepted(String paymentAccepted) |
|
InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls |
paymentPending(String paymentPending) |
|
InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls |
paymentRejected(String paymentRejected) |
|
void |
setPaymentAccepted(String paymentAccepted) |
|
void |
setPaymentPending(String paymentPending) |
|
void |
setPaymentRejected(String paymentRejected) |
|
String |
toString() |
public InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls()
public InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls paymentAccepted(String paymentAccepted)
public String getPaymentAccepted()
public void setPaymentAccepted(String paymentAccepted)
public InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls paymentRejected(String paymentRejected)
public String getPaymentRejected()
public void setPaymentRejected(String paymentRejected)
public InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformationCustomRedirectUrls paymentPending(String paymentPending)
public String getPaymentPending()
public void setPaymentPending(String paymentPending)
Copyright © 2026. All rights reserved.