Class SfCreditMemoInvApplication
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Credit Memo Invoice Application
SObject Name: CreditMemoInvApplication
Custom Object: False
public class SfCreditMemoInvApplication : SObject
- Inheritance
-
SfCreditMemoInvApplication
- Inherited Members
Properties
Amount
Amount
Name: Amount
SF Type: currency
Nillable: False
[JsonProperty(PropertyName = "amount")]
[Updateable(false)]
[Createable(false)]
public decimal? Amount { get; set; }
Property Value
AppliedDate
Applied Date
Name: AppliedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "appliedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? AppliedDate { get; set; }
Property Value
AssociatedLine
ReferenceTo: CreditMemoInvApplication
RelationshipName: AssociatedLine
[JsonProperty(PropertyName = "associatedLine")]
[Updateable(false)]
[Createable(false)]
public SfCreditMemoInvApplication AssociatedLine { get; set; }
Property Value
AssociatedLineId
Credit Memo Invoice Application ID
Name: AssociatedLineId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "associatedLineId")]
[Updateable(false)]
[Createable(false)]
public string AssociatedLineId { 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
CreditMemoInvoiceNumber
Name
Name: CreditMemoInvoiceNumber
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "creditMemoInvoiceNumber")]
[Updateable(false)]
[Createable(false)]
public string CreditMemoInvoiceNumber { get; set; }
Property Value
Date
Date
Name: Date
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "date")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? Date { 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
EffectiveDate
Effective Date
Name: EffectiveDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "effectiveDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EffectiveDate { get; set; }
Property Value
HasBeenUnapplied
Has Been Unapplied
Name: HasBeenUnapplied
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "hasBeenUnapplied")]
[Updateable(false)]
[Createable(false)]
public string HasBeenUnapplied { get; set; }
Property Value
Id
Credit Memo Invoice Application ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
ImpactAmount
Impact Amount
Name: ImpactAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "impactAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ImpactAmount { 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
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
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
Type
Type
Name: Type
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }
Property Value
UnappliedDate
Unapplied Date
Name: UnappliedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "unappliedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? UnappliedDate { get; set; }