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
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
AssociatedRefundLinePayment
ReferenceTo: RefundLinePayment
RelationshipName: AssociatedRefundLinePayment
[JsonProperty(PropertyName = "associatedRefundLinePayment")]
[Updateable(false)]
[Createable(false)]
public SfRefundLinePayment AssociatedRefundLinePayment { get; set; }
Property Value
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
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
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
ImpactAmount
Impact Amount
Name: ImpactAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "impactAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ImpactAmount { 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
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
Refund
ReferenceTo: Refund
RelationshipName: Refund
[JsonProperty(PropertyName = "refund")]
[Updateable(false)]
[Createable(false)]
public SfRefund Refund { get; set; }
Property Value
RefundBalance
Refund Balance
Name: RefundBalance
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "refundBalance")]
[Updateable(false)]
[Createable(false)]
public decimal? RefundBalance { get; set; }
Property Value
RefundId
Refund ID
Name: RefundId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "refundId")]
[Updateable(false)]
[Createable(true)]
public string RefundId { get; set; }
Property Value
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
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; }