SubscribedServicePaymentTerm

class oci.onesubscription.models.SubscribedServicePaymentTerm(**kwargs)

Bases: object

Payment Term details

Methods

__init__(**kwargs) Initializes a new SubscribedServicePaymentTerm object with values from keyword arguments.

Attributes

created_by Gets the created_by of this SubscribedServicePaymentTerm.
description Gets the description of this SubscribedServicePaymentTerm.
is_active Gets the is_active of this SubscribedServicePaymentTerm.
name Gets the name of this SubscribedServicePaymentTerm.
time_created Gets the time_created of this SubscribedServicePaymentTerm.
time_updated Gets the time_updated of this SubscribedServicePaymentTerm.
updated_by Gets the updated_by of this SubscribedServicePaymentTerm.
value Gets the value of this SubscribedServicePaymentTerm.
__init__(**kwargs)

Initializes a new SubscribedServicePaymentTerm 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 SubscribedServicePaymentTerm.
  • value (str) – The value to assign to the value property of this SubscribedServicePaymentTerm.
  • description (str) – The value to assign to the description property of this SubscribedServicePaymentTerm.
  • is_active (bool) – The value to assign to the is_active property of this SubscribedServicePaymentTerm.
  • time_created (datetime) – The value to assign to the time_created property of this SubscribedServicePaymentTerm.
  • created_by (str) – The value to assign to the created_by property of this SubscribedServicePaymentTerm.
  • time_updated (datetime) – The value to assign to the time_updated property of this SubscribedServicePaymentTerm.
  • updated_by (str) – The value to assign to the updated_by property of this SubscribedServicePaymentTerm.
created_by

Gets the created_by of this SubscribedServicePaymentTerm. User that created the Payment term

Returns:The created_by of this SubscribedServicePaymentTerm.
Return type:str
description

Gets the description of this SubscribedServicePaymentTerm. Payment term Description

Returns:The description of this SubscribedServicePaymentTerm.
Return type:str
is_active

Gets the is_active of this SubscribedServicePaymentTerm. Payment term active flag

Returns:The is_active of this SubscribedServicePaymentTerm.
Return type:bool
name

Gets the name of this SubscribedServicePaymentTerm. Payment Term name

Returns:The name of this SubscribedServicePaymentTerm.
Return type:str
time_created

Gets the time_created of this SubscribedServicePaymentTerm. Payment term last update date

Returns:The time_created of this SubscribedServicePaymentTerm.
Return type:datetime
time_updated

Gets the time_updated of this SubscribedServicePaymentTerm. Payment term last update date

Returns:The time_updated of this SubscribedServicePaymentTerm.
Return type:datetime
updated_by

Gets the updated_by of this SubscribedServicePaymentTerm. User that updated the Payment term

Returns:The updated_by of this SubscribedServicePaymentTerm.
Return type:str
value

Gets the value of this SubscribedServicePaymentTerm. Payment Term value

Returns:The value of this SubscribedServicePaymentTerm.
Return type:str