InvoicingOrganization¶
-
class
oci.onesubscription.models.
InvoicingOrganization
(**kwargs)¶ Bases:
object
Organization details
Methods
__init__
(**kwargs)Initializes a new InvoicingOrganization object with values from keyword arguments. Attributes
name
[Required] Gets the name of this InvoicingOrganization. number
[Required] Gets the number of this InvoicingOrganization. -
__init__
(**kwargs)¶ Initializes a new InvoicingOrganization object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this InvoicingOrganization.
- number (float) – The value to assign to the number property of this InvoicingOrganization.
-
name
¶ [Required] Gets the name of this InvoicingOrganization. Organization name
Returns: The name of this InvoicingOrganization. Return type: str
-
number
¶ [Required] Gets the number of this InvoicingOrganization. Organization ID
Returns: The number of this InvoicingOrganization. Return type: float
-