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
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
CreditMemo
ReferenceTo: CreditMemo
RelationshipName: CreditMemo
[JsonProperty(PropertyName = "creditMemo")]
[Updateable(false)]
[Createable(false)]
public SfCreditMemo CreditMemo { get; set; }
Property Value
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
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(true)]
[Createable(false)]
public string Description { get; set; }
Property Value
EndDate
End Date
Name: EndDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "endDate")]
[Updateable(true)]
[Createable(false)]
public DateTime? EndDate { get; set; }
Property Value
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
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
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: CreditMemoLine
RelationshipName: RelatedLine
[JsonProperty(PropertyName = "relatedLine")]
[Updateable(false)]
[Createable(false)]
public SfCreditMemoLine RelatedLine { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartDate
Start Date
Name: StartDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "startDate")]
[Updateable(true)]
[Createable(false)]
public DateTime? StartDate { get; set; }
Property Value
Status
Status
Name: Status
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
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
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; }