Table of Contents

Class SfCreditMemoLine

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Credit Memo Line

SObject Name: CreditMemoLine

Custom Object: False

public class SfCreditMemoLine : SObject
Inheritance
SfCreditMemoLine
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?

CreditMemo

ReferenceTo: CreditMemo

RelationshipName: CreditMemo

[JsonProperty(PropertyName = "creditMemo")]
[Updateable(false)]
[Createable(false)]
public SfCreditMemo CreditMemo { get; set; }

Property Value

SfCreditMemo

CreditMemoId

Credit Memo ID

Name: CreditMemoId

SF Type: reference

Nillable: False

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

Property Value

string

Description

Description

Name: Description

SF Type: string

Nillable: True

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

Property Value

string

EndDate

End Date

Name: EndDate

SF Type: date

Nillable: True

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

Property Value

DateTime?

Id

Credit Memo Line ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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

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: CreditMemoLine

RelationshipName: RelatedLine

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

Property Value

SfCreditMemoLine

RelatedLineId

Credit Memo 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

StartDate

Start Date

Name: StartDate

SF Type: date

Nillable: True

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

Property Value

DateTime?

Status

Status

Name: Status

SF Type: string

Nillable: True

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

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

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