InvoiceLineSummary¶
-
class
oci.onesubscription.models.
InvoiceLineSummary
(**kwargs)¶ Bases:
object
Invoice Line
Methods
__init__
(**kwargs)Initializes a new InvoiceLineSummary object with values from keyword arguments. Attributes
ar_invoice_number
Gets the ar_invoice_number of this InvoiceLineSummary. data_center
[Required] Gets the data_center of this InvoiceLineSummary. id
[Required] Gets the id of this InvoiceLineSummary. product
[Required] Gets the product of this InvoiceLineSummary. time_end
[Required] Gets the time_end of this InvoiceLineSummary. time_start
[Required] Gets the time_start of this InvoiceLineSummary. -
__init__
(**kwargs)¶ Initializes a new InvoiceLineSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this InvoiceLineSummary.
- product (oci.onesubscription.models.InvoicingProduct) – The value to assign to the product property of this InvoiceLineSummary.
- ar_invoice_number (str) – The value to assign to the ar_invoice_number property of this InvoiceLineSummary.
- data_center (str) – The value to assign to the data_center property of this InvoiceLineSummary.
- time_start (datetime) – The value to assign to the time_start property of this InvoiceLineSummary.
- time_end (datetime) – The value to assign to the time_end property of this InvoiceLineSummary.
-
ar_invoice_number
¶ Gets the ar_invoice_number of this InvoiceLineSummary. AR Invoice Number for Invoice Line
Returns: The ar_invoice_number of this InvoiceLineSummary. Return type: str
-
data_center
¶ [Required] Gets the data_center of this InvoiceLineSummary. Data Center Attribute.
Returns: The data_center of this InvoiceLineSummary. Return type: str
-
id
¶ [Required] Gets the id of this InvoiceLineSummary. SPM Invoice Line internal identifier
Returns: The id of this InvoiceLineSummary. Return type: str
-
product
¶ [Required] Gets the product of this InvoiceLineSummary.
Returns: The product of this InvoiceLineSummary. Return type: oci.onesubscription.models.InvoicingProduct
-
time_end
¶ [Required] Gets the time_end of this InvoiceLineSummary. Usage end time
Returns: The time_end of this InvoiceLineSummary. Return type: datetime
-
time_start
¶ [Required] Gets the time_start of this InvoiceLineSummary. Usage start time
Returns: The time_start of this InvoiceLineSummary. Return type: datetime
-