Class SfCreditMemo
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Credit Memo
SObject Name: CreditMemo
Custom Object: False
public class SfCreditMemo : SObject
- Inheritance
-
SfCreditMemo
- Inherited Members
Properties
Balance
Balance
Name: Balance
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "balance")]
[Updateable(false)]
[Createable(false)]
public decimal? Balance { get; set; }
Property Value
BillToContact
ReferenceTo: Contact
RelationshipName: BillToContact
[JsonProperty(PropertyName = "billToContact")]
[Updateable(false)]
[Createable(false)]
public SfContact BillToContact { get; set; }
Property Value
BillToContactId
Contact ID
Name: BillToContactId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "billToContactId")]
[Updateable(true)]
[Createable(false)]
public string BillToContactId { get; set; }
Property Value
BillingAccount
ReferenceTo: Account
RelationshipName: BillingAccount
[JsonProperty(PropertyName = "billingAccount")]
[Updateable(false)]
[Createable(false)]
public SfAccount BillingAccount { get; set; }
Property Value
BillingAccountId
Account ID
Name: BillingAccountId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "billingAccountId")]
[Updateable(true)]
[Createable(false)]
public string BillingAccountId { get; set; }
Property Value
Category
Category
Name: Category
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "category")]
[Updateable(false)]
[Createable(false)]
public string Category { 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
CreationMode
Creation Mode
Name: CreationMode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "creationMode")]
[Updateable(false)]
[Createable(false)]
public string CreationMode { get; set; }
Property Value
CreditDate
Credit Date
Name: CreditDate
SF Type: date
Nillable: False
[JsonProperty(PropertyName = "creditDate")]
[Updateable(true)]
[Createable(false)]
public DateTime? CreditDate { get; set; }
Property Value
CreditMemoNumber
Credit Memo Number
Name: CreditMemoNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "creditMemoNumber")]
[Updateable(true)]
[Createable(false)]
public string CreditMemoNumber { 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
DocumentNumber
Document Number
Name: DocumentNumber
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "documentNumber")]
[Updateable(false)]
[Createable(false)]
public string DocumentNumber { get; set; }
Property Value
ExternalReference
External Reference
Name: ExternalReference
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalReference")]
[Updateable(true)]
[Createable(false)]
public string ExternalReference { get; set; }
Property Value
ExternalReferenceDataSource
External Reference Data Source
Name: ExternalReferenceDataSource
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalReferenceDataSource")]
[Updateable(true)]
[Createable(false)]
public string ExternalReferenceDataSource { get; set; }
Property Value
Id
Credit Memo 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
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
NetCreditsApplied
Net Credits Applied
Name: NetCreditsApplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "netCreditsApplied")]
[Updateable(false)]
[Createable(false)]
public decimal? NetCreditsApplied { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
[Updateable(true)]
[Createable(false)]
public string OwnerId { get; set; }
Property Value
ReasonCode
Reason Code
Name: ReasonCode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "reasonCode")]
[Updateable(false)]
[Createable(false)]
public string ReasonCode { get; set; }
Property Value
ReferenceEntityId
ReferenceEntity ID
Name: ReferenceEntityId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "referenceEntityId")]
[Updateable(true)]
[Createable(false)]
public string ReferenceEntityId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
[Updateable(true)]
[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
TotalAdjustmentAmount
Total Adjustment Amount
Name: TotalAdjustmentAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalAdjustmentAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalAdjustmentAmount { get; set; }
Property Value
TotalAdjustmentAmountWithTax
Total Adjustment Amount with Tax
Name: TotalAdjustmentAmountWithTax
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalAdjustmentAmountWithTax")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalAdjustmentAmountWithTax { get; set; }
Property Value
TotalAdjustmentTaxAmount
Total Adjustment Tax Amount
Name: TotalAdjustmentTaxAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalAdjustmentTaxAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalAdjustmentTaxAmount { get; set; }
Property Value
TotalAmount
Total Amount
Name: TotalAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalAmount { get; set; }
Property Value
TotalAmountWithTax
Total with Tax
Name: TotalAmountWithTax
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalAmountWithTax")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalAmountWithTax { get; set; }
Property Value
TotalChargeAmount
Total Charges
Name: TotalChargeAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalChargeAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalChargeAmount { get; set; }
Property Value
TotalChargeAmountWithTax
Total Charge Amount with Tax
Name: TotalChargeAmountWithTax
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalChargeAmountWithTax")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalChargeAmountWithTax { get; set; }
Property Value
TotalChargeTaxAmount
Total Charge Tax Amount
Name: TotalChargeTaxAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalChargeTaxAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalChargeTaxAmount { get; set; }
Property Value
TotalCreditAmountApplied
Total Credit Amount Applied
Name: TotalCreditAmountApplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalCreditAmountApplied")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalCreditAmountApplied { get; set; }
Property Value
TotalCreditAmountUnapplied
Total Credit Amount Unapplied
Name: TotalCreditAmountUnapplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalCreditAmountUnapplied")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalCreditAmountUnapplied { get; set; }
Property Value
TotalTaxAmount
Total Tax
Name: TotalTaxAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalTaxAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalTaxAmount { get; set; }