Table of Contents

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

decimal?

AppliedDate

Applied Date

Name: AppliedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "appliedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? AppliedDate { get; set; }

Property Value

DateTimeOffset?

AssociatedLine

ReferenceTo: CreditMemoInvApplication

RelationshipName: AssociatedLine

[JsonProperty(PropertyName = "associatedLine")]
[Updateable(false)]
[Createable(false)]
public SfCreditMemoInvApplication AssociatedLine { get; set; }

Property Value

SfCreditMemoInvApplication

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

string

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

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

string

Date

Date

Name: Date

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "date")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? Date { get; set; }

Property Value

DateTimeOffset?

Description

Description

Name: Description

SF Type: string

Nillable: True

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

Property Value

string

EffectiveDate

Effective Date

Name: EffectiveDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "effectiveDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EffectiveDate { get; set; }

Property Value

DateTimeOffset?

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

string

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

string

ImpactAmount

Impact Amount

Name: ImpactAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "impactAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ImpactAmount { get; set; }

Property Value

decimal?

Invoice

ReferenceTo: Invoice

RelationshipName: Invoice

[JsonProperty(PropertyName = "invoice")]
[Updateable(false)]
[Createable(false)]
public SfInvoice Invoice { get; set; }

Property Value

SfInvoice

InvoiceId

Invoice ID

Name: InvoiceId

SF Type: reference

Nillable: False

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

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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?

Type

Type

Name: Type

SF Type: picklist

Nillable: False

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

Property Value

string

UnappliedDate

Unapplied Date

Name: UnappliedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "unappliedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? UnappliedDate { get; set; }

Property Value

DateTimeOffset?