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
AppliedDate
Applied Date
Name: AppliedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "appliedDate")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? AppliedDate { get; set; }
Property Value
AssociatedAccount
ReferenceTo: Account
RelationshipName: AssociatedAccount
[JsonProperty(PropertyName = "associatedAccount")]
[Updateable(false)]
[Createable(false)]
public SfAccount AssociatedAccount { get; set; }
Property Value
AssociatedAccountId
Account ID
Name: AssociatedAccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "associatedAccountId")]
[Updateable(false)]
[Createable(true)]
public string AssociatedAccountId { get; set; }
Property Value
AssociatedPaymentLine
ReferenceTo: PaymentLineInvoice
RelationshipName: AssociatedPaymentLine
[JsonProperty(PropertyName = "associatedPaymentLine")]
[Updateable(false)]
[Createable(false)]
public SfPaymentLineInvoice AssociatedPaymentLine { get; set; }
Property Value
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
Comments
Comments
Name: Comments
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "comments")]
public string Comments { 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
Date
Date
Name: Date
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "date")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? Date { get; set; }
Property Value
EffectiveDate
Effective Date
Name: EffectiveDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "effectiveDate")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? EffectiveDate { get; set; }
Property Value
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
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
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
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(true)]
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
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
Payment
ReferenceTo: Payment
RelationshipName: Payment
[JsonProperty(PropertyName = "payment")]
[Updateable(false)]
[Createable(false)]
public SfPayment Payment { get; set; }
Property Value
PaymentBalance
Payment Balance
Name: PaymentBalance
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "paymentBalance")]
[Updateable(false)]
[Createable(false)]
public decimal? PaymentBalance { get; set; }
Property Value
PaymentId
Payment ID
Name: PaymentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "paymentId")]
[Updateable(false)]
[Createable(true)]
public string PaymentId { get; set; }
Property Value
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
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(true)]
public string Type { get; set; }
Property Value
UnappliedDate
Unapplied Date
Name: UnappliedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "unappliedDate")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? UnappliedDate { get; set; }