Table of Contents

Class SfRefundLinePayment

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Refund Line Payment

SObject Name: RefundLinePayment

Custom Object: False

public class SfRefundLinePayment : SObject
Inheritance
SfRefundLinePayment
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

AssociatedRefundLinePayment

ReferenceTo: RefundLinePayment

RelationshipName: AssociatedRefundLinePayment

[JsonProperty(PropertyName = "associatedRefundLinePayment")]
[Updateable(false)]
[Createable(false)]
public SfRefundLinePayment AssociatedRefundLinePayment { get; set; }

Property Value

SfRefundLinePayment

AssociatedRefundLinePaymentId

Refund Line Payment ID

Name: AssociatedRefundLinePaymentId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "associatedRefundLinePaymentId")]
[Updateable(false)]
[Createable(true)]
public string AssociatedRefundLinePaymentId { 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

Refund Line Payment 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?

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?

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

Refund

ReferenceTo: Refund

RelationshipName: Refund

[JsonProperty(PropertyName = "refund")]
[Updateable(false)]
[Createable(false)]
public SfRefund Refund { get; set; }

Property Value

SfRefund

RefundBalance

Refund Balance

Name: RefundBalance

SF Type: currency

Nillable: True

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

Property Value

decimal?

RefundId

Refund ID

Name: RefundId

SF Type: reference

Nillable: False

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

Property Value

string

RefundLinePaymentNumber

Refund Line Payment Number

Name: RefundLinePaymentNumber

SF Type: string

AutoNumber field

Nillable: False

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