Table of Contents

Class SfPaymentLineInvoice

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Payment Line Invoice

SObject Name: PaymentLineInvoice

Custom Object: False

public class SfPaymentLineInvoice : SObject
Inheritance
SfPaymentLineInvoice
Inherited Members

Properties

Amount

Amount

Name: Amount

SF Type: currency

Nillable: False

[JsonProperty(PropertyName = "amount")]
[Updateable(false)]
[Createable(true)]
public decimal? Amount { get; set; }

Property Value

decimal?

AppliedDate

Applied Date

Name: AppliedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

AssociatedAccount

ReferenceTo: Account

RelationshipName: AssociatedAccount

[JsonProperty(PropertyName = "associatedAccount")]
[Updateable(false)]
[Createable(false)]
public SfAccount AssociatedAccount { get; set; }

Property Value

SfAccount

AssociatedAccountId

Account ID

Name: AssociatedAccountId

SF Type: reference

Nillable: True

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

Property Value

string

AssociatedPaymentLine

ReferenceTo: PaymentLineInvoice

RelationshipName: AssociatedPaymentLine

[JsonProperty(PropertyName = "associatedPaymentLine")]
[Updateable(false)]
[Createable(false)]
public SfPaymentLineInvoice AssociatedPaymentLine { get; set; }

Property Value

SfPaymentLineInvoice

AssociatedPaymentLineId

Payment Line Invoice ID

Name: AssociatedPaymentLineId

SF Type: reference

Nillable: True

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

Property Value

string

Comments

Comments

Name: Comments

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "comments")]
public string Comments { 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?

Date

Date

Name: Date

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

EffectiveDate

Effective Date

Name: EffectiveDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

EffectiveImpactAmount

Effective Impact Amount

Name: EffectiveImpactAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

HasBeenUnapplied

Has Been Unapplied

Name: HasBeenUnapplied

SF Type: picklist

Nillable: False

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

Property Value

string

Id

Payment Line Invoice 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(true)]
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?

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

DateTimeOffset?

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

DateTimeOffset?

Payment

ReferenceTo: Payment

RelationshipName: Payment

[JsonProperty(PropertyName = "payment")]
[Updateable(false)]
[Createable(false)]
public SfPayment Payment { get; set; }

Property Value

SfPayment

PaymentBalance

Payment Balance

Name: PaymentBalance

SF Type: currency

Nillable: True

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

Property Value

decimal?

PaymentId

Payment ID

Name: PaymentId

SF Type: reference

Nillable: False

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

Property Value

string

PaymentLineInvoiceNumber

Payment Line Invoice Number

Name: PaymentLineInvoiceNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

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(true)]
public string Type { get; set; }

Property Value

string

UnappliedDate

Unapplied Date

Name: UnappliedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?