Class InvoicingPaymentTerm
Payment Term details
Inherited Members
Namespace: Oci.OnesubscriptionService.Models
Assembly: OCI.DotNetSDK.Onesubscription.dll
Syntax
public class InvoicingPaymentTerm
  Properties
CreatedBy
Declaration
[JsonProperty(PropertyName = "createdBy")]
public string CreatedBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | User that created the Payment term  | 
      
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Payment term Description  | 
      
IsActive
Declaration
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | Payment term active flag  | 
      
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Payment Term name  | 
      
Remarks
Required
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime? | Payment term last update date  | 
      
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime? | Payment term last update date  | 
      
UpdatedBy
Declaration
[JsonProperty(PropertyName = "updatedBy")]
public string UpdatedBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | User that updated the Payment term  | 
      
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Payment Term value  |