InvoicingPaymentTerm

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

Bases: object

Payment Term details

Methods

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

Attributes

created_by Gets the created_by of this InvoicingPaymentTerm.
description Gets the description of this InvoicingPaymentTerm.
is_active Gets the is_active of this InvoicingPaymentTerm.
name [Required] Gets the name of this InvoicingPaymentTerm.
time_created Gets the time_created of this InvoicingPaymentTerm.
time_updated Gets the time_updated of this InvoicingPaymentTerm.
updated_by Gets the updated_by of this InvoicingPaymentTerm.
value Gets the value of this InvoicingPaymentTerm.
__init__(**kwargs)

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

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

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

Gets the description of this InvoicingPaymentTerm. Payment term Description

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

Gets the is_active of this InvoicingPaymentTerm. Payment term active flag

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

[Required] Gets the name of this InvoicingPaymentTerm. Payment Term name

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

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

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

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

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

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

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

Gets the value of this InvoicingPaymentTerm. Payment Term value

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