InvoicePropertiesRebillDetails Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. RebillDetails - com.
azure. resourcemanager. billing. models. InvoicePropertiesRebillDetails
- com.
- com.
public final class InvoicePropertiesRebillDetails
extends RebillDetails
Rebill details for an invoice.
Constructor Summary
| Constructor | Description |
|---|---|
| InvoicePropertiesRebillDetails() |
Creates an instance of Invoice |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
creditNoteDocumentId()
Get the credit |
|
static
Invoice |
fromJson(JsonReader jsonReader)
Reads an instance of Invoice |
| String |
invoiceDocumentId()
Get the invoice |
|
Rebill |
rebillDetails()
Get the rebill |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from RebillDetails
Methods inherited from java.lang.Object
Constructor Details
InvoicePropertiesRebillDetails
public InvoicePropertiesRebillDetails()
Creates an instance of InvoicePropertiesRebillDetails class.
Method Details
creditNoteDocumentId
public String creditNoteDocumentId()
Get the creditNoteDocumentId property: The ID of credit note.
Overrides:
InvoicePropertiesRebillDetails.creditNoteDocumentId()Returns:
fromJson
public static InvoicePropertiesRebillDetails fromJson(JsonReader jsonReader)
Reads an instance of InvoicePropertiesRebillDetails from the JsonReader.
Parameters:
Returns:
Throws:
invoiceDocumentId
public String invoiceDocumentId()
Get the invoiceDocumentId property: The ID of invoice.
Overrides:
InvoicePropertiesRebillDetails.invoiceDocumentId()Returns:
rebillDetails
public RebillDetails rebillDetails()
Get the rebillDetails property: The rebill details of an invoice.
Overrides:
InvoicePropertiesRebillDetails.rebillDetails()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
InvoicePropertiesRebillDetails.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
InvoicePropertiesRebillDetails.validate()