@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-30T09:09:50.123536Z[Etc/UTC]",
comments="Generator version: 7.9.0")
public class SendEInvoiceRequestOptions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_DRY_RUN |
| Constructor and Description |
|---|
SendEInvoiceRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
SendEInvoiceRequestOptions |
dryRun(java.lang.Boolean dryRun) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getDryRun()
If set to true the e-invoice will not be sent to the SDI.
|
int |
hashCode() |
void |
setDryRun(java.lang.Boolean dryRun) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_DRY_RUN
public SendEInvoiceRequestOptions dryRun(java.lang.Boolean dryRun)
@Nullable public java.lang.Boolean getDryRun()
public void setDryRun(java.lang.Boolean dryRun)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object