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
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
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
ChargeAmount
Charge Amount
Name: ChargeAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "chargeAmount")]
[Updateable(true)]
[Createable(false)]
public decimal? ChargeAmount { get; set; }
Property Value
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
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
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(true)]
[Createable(false)]
public string Description { get; set; }
Property Value
GroupReferenceEntityItem
ReferenceTo: OrderItem
RelationshipName: GroupReferenceEntityItem
[JsonProperty(PropertyName = "groupReferenceEntityItem")]
[Updateable(false)]
[Createable(false)]
public SfOrderItem GroupReferenceEntityItem { get; set; }
Property Value
GroupReferenceEntityItemId
GroupReferenceEntityItem ID
Name: GroupReferenceEntityItemId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "groupReferenceEntityItemId")]
[Updateable(true)]
[Createable(false)]
public string GroupReferenceEntityItemId { get; set; }
Property Value
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
Invoice
ReferenceTo: Invoice
RelationshipName: Invoice
[JsonProperty(PropertyName = "invoice")]
[Updateable(false)]
[Createable(false)]
public SfInvoice Invoice { get; set; }
Property Value
InvoiceId
Invoice ID
Name: InvoiceId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "invoiceId")]
[Updateable(false)]
[Createable(false)]
public string InvoiceId { get; set; }
Property Value
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
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
InvoiceStatus
Status
Name: InvoiceStatus
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "invoiceStatus")]
[Updateable(false)]
[Createable(false)]
public string InvoiceStatus { get; set; }
Property Value
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
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
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
LineAmount
Line Amount
Name: LineAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "lineAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? LineAmount { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }
Property Value
Product2
ReferenceTo: Product2
RelationshipName: Product2
[JsonProperty(PropertyName = "product2")]
[Updateable(false)]
[Createable(false)]
public SfProduct2 Product2 { get; set; }
Property Value
Product2Id
Product ID
Name: Product2Id
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "product2Id")]
[Updateable(true)]
[Createable(false)]
public string Product2Id { get; set; }
Property Value
Quantity
Quantity
Name: Quantity
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "quantity")]
[Updateable(true)]
[Createable(false)]
public double? Quantity { get; set; }
Property Value
ReferenceEntityItem
ReferenceTo: OrderItem
RelationshipName: ReferenceEntityItem
[JsonProperty(PropertyName = "referenceEntityItem")]
[Updateable(false)]
[Createable(false)]
public SfOrderItem ReferenceEntityItem { get; set; }
Property Value
ReferenceEntityItemId
ReferenceEntityItem ID
Name: ReferenceEntityItemId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "referenceEntityItemId")]
[Updateable(true)]
[Createable(false)]
public string ReferenceEntityItemId { get; set; }
Property Value
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
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
RelatedLine
ReferenceTo: InvoiceLine
RelationshipName: RelatedLine
[JsonProperty(PropertyName = "relatedLine")]
[Updateable(false)]
[Createable(false)]
public SfInvoiceLine RelatedLine { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TaxAmount
Tax Amount
Name: TaxAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "taxAmount")]
[Updateable(true)]
[Createable(false)]
public decimal? TaxAmount { get; set; }
Property Value
TaxCode
Tax Code
Name: TaxCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "taxCode")]
[Updateable(true)]
[Createable(false)]
public string TaxCode { get; set; }
Property Value
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
TaxName
Tax Name
Name: TaxName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "taxName")]
[Updateable(true)]
[Createable(false)]
public string TaxName { get; set; }
Property Value
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
TaxRate
Tax Rate
Name: TaxRate
SF Type: percent
Nillable: True
[JsonProperty(PropertyName = "taxRate")]
[Updateable(true)]
[Createable(false)]
public double? TaxRate { get; set; }
Property Value
Type
Type
Name: Type
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }
Property Value
UnitPrice
Unit Price
Name: UnitPrice
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "unitPrice")]
[Updateable(true)]
[Createable(false)]
public decimal? UnitPrice { get; set; }