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