Table of Contents

Class SfInvoiceLine

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Invoice Line

SObject Name: InvoiceLine

Custom Object: False

public class SfInvoiceLine : SObject
Inheritance
SfInvoiceLine
Inherited Members

Properties

AdjustmentAmount

Adjustment Amount

Name: AdjustmentAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "adjustmentAmount")]
[Updateable(true)]
[Createable(false)]
public decimal? AdjustmentAmount { get; set; }

Property Value

decimal?

AdjustmentAmountWithTax

Adjustment Amount with Tax

Name: AdjustmentAmountWithTax

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "adjustmentAmountWithTax")]
[Updateable(false)]
[Createable(false)]
public decimal? AdjustmentAmountWithTax { get; set; }

Property Value

decimal?

AdjustmentTaxAmount

Adjustment Tax Amount

Name: AdjustmentTaxAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "adjustmentTaxAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? AdjustmentTaxAmount { get; set; }

Property Value

decimal?

ChargeAmount

Charge Amount

Name: ChargeAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "chargeAmount")]
[Updateable(true)]
[Createable(false)]
public decimal? ChargeAmount { get; set; }

Property Value

decimal?

ChargeAmountWithTax

Charge Amount with Tax

Name: ChargeAmountWithTax

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "chargeAmountWithTax")]
[Updateable(false)]
[Createable(false)]
public decimal? ChargeAmountWithTax { get; set; }

Property Value

decimal?

ChargeTaxAmount

Charge Tax Amount

Name: ChargeTaxAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "chargeTaxAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ChargeTaxAmount { get; set; }

Property Value

decimal?

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Description

Description

Name: Description

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "description")]
[Updateable(true)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

GroupReferenceEntityItem

ReferenceTo: OrderItem

RelationshipName: GroupReferenceEntityItem

[JsonProperty(PropertyName = "groupReferenceEntityItem")]
[Updateable(false)]
[Createable(false)]
public SfOrderItem GroupReferenceEntityItem { get; set; }

Property Value

SfOrderItem

GroupReferenceEntityItemId

GroupReferenceEntityItem ID

Name: GroupReferenceEntityItemId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "groupReferenceEntityItemId")]
[Updateable(true)]
[Createable(false)]
public string GroupReferenceEntityItemId { get; set; }

Property Value

string

Id

Invoice Line ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

Invoice

ReferenceTo: Invoice

RelationshipName: Invoice

[JsonProperty(PropertyName = "invoice")]
[Updateable(false)]
[Createable(false)]
public SfInvoice Invoice { get; set; }

Property Value

SfInvoice

InvoiceId

Invoice ID

Name: InvoiceId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "invoiceId")]
[Updateable(false)]
[Createable(false)]
public string InvoiceId { get; set; }

Property Value

string

InvoiceLineEndDate

Invoice Line End Date

Name: InvoiceLineEndDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "invoiceLineEndDate")]
[Updateable(true)]
[Createable(false)]
public DateTime? InvoiceLineEndDate { get; set; }

Property Value

DateTime?

InvoiceLineStartDate

Invoice Line Start Date

Name: InvoiceLineStartDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "invoiceLineStartDate")]
[Updateable(true)]
[Createable(false)]
public DateTime? InvoiceLineStartDate { get; set; }

Property Value

DateTime?

InvoiceStatus

Status

Name: InvoiceStatus

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "invoiceStatus")]
[Updateable(false)]
[Createable(false)]
public string InvoiceStatus { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

LineAmount

Line Amount

Name: LineAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "lineAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? LineAmount { get; set; }

Property Value

decimal?

Name

Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }

Property Value

string

Product2

ReferenceTo: Product2

RelationshipName: Product2

[JsonProperty(PropertyName = "product2")]
[Updateable(false)]
[Createable(false)]
public SfProduct2 Product2 { get; set; }

Property Value

SfProduct2

Product2Id

Product ID

Name: Product2Id

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "product2Id")]
[Updateable(true)]
[Createable(false)]
public string Product2Id { get; set; }

Property Value

string

Quantity

Quantity

Name: Quantity

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "quantity")]
[Updateable(true)]
[Createable(false)]
public double? Quantity { get; set; }

Property Value

double?

ReferenceEntityItem

ReferenceTo: OrderItem

RelationshipName: ReferenceEntityItem

[JsonProperty(PropertyName = "referenceEntityItem")]
[Updateable(false)]
[Createable(false)]
public SfOrderItem ReferenceEntityItem { get; set; }

Property Value

SfOrderItem

ReferenceEntityItemId

ReferenceEntityItem ID

Name: ReferenceEntityItemId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "referenceEntityItemId")]
[Updateable(true)]
[Createable(false)]
public string ReferenceEntityItemId { get; set; }

Property Value

string

ReferenceEntityItemType

Reference Entity Item Type

Name: ReferenceEntityItemType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "referenceEntityItemType")]
[Updateable(true)]
[Createable(false)]
public string ReferenceEntityItemType { get; set; }

Property Value

string

ReferenceEntityItemTypeCode

Reference Entity Item Type Code

Name: ReferenceEntityItemTypeCode

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "referenceEntityItemTypeCode")]
[Updateable(true)]
[Createable(false)]
public string ReferenceEntityItemTypeCode { get; set; }

Property Value

string

RelatedLine

ReferenceTo: InvoiceLine

RelationshipName: RelatedLine

[JsonProperty(PropertyName = "relatedLine")]
[Updateable(false)]
[Createable(false)]
public SfInvoiceLine RelatedLine { get; set; }

Property Value

SfInvoiceLine

RelatedLineId

Invoice Line ID

Name: RelatedLineId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "relatedLineId")]
[Updateable(true)]
[Createable(false)]
public string RelatedLineId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

TaxAmount

Tax Amount

Name: TaxAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "taxAmount")]
[Updateable(true)]
[Createable(false)]
public decimal? TaxAmount { get; set; }

Property Value

decimal?

TaxCode

Tax Code

Name: TaxCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "taxCode")]
[Updateable(true)]
[Createable(false)]
public string TaxCode { get; set; }

Property Value

string

TaxEffectiveDate

Tax Effective Date

Name: TaxEffectiveDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "taxEffectiveDate")]
[Updateable(true)]
[Createable(false)]
public DateTime? TaxEffectiveDate { get; set; }

Property Value

DateTime?

TaxName

Tax Name

Name: TaxName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "taxName")]
[Updateable(true)]
[Createable(false)]
public string TaxName { get; set; }

Property Value

string

TaxProcessingStatus

Tax Processing Status

Name: TaxProcessingStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "taxProcessingStatus")]
[Updateable(true)]
[Createable(false)]
public string TaxProcessingStatus { get; set; }

Property Value

string

TaxRate

Tax Rate

Name: TaxRate

SF Type: percent

Nillable: True

[JsonProperty(PropertyName = "taxRate")]
[Updateable(true)]
[Createable(false)]
public double? TaxRate { get; set; }

Property Value

double?

Type

Type

Name: Type

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }

Property Value

string

UnitPrice

Unit Price

Name: UnitPrice

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "unitPrice")]
[Updateable(true)]
[Createable(false)]
public decimal? UnitPrice { get; set; }

Property Value

decimal?