Table of Contents

Class SfRefund

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Refund

SObject Name: Refund

Custom Object: False

public class SfRefund : SObject
Inheritance
SfRefund
Inherited Members

Properties

Account

ReferenceTo: Account

RelationshipName: Account

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

Property Value

SfAccount

AccountId

Account ID

Name: AccountId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }

Property Value

string

Amount

Amount

Name: Amount

SF Type: currency

Nillable: False

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

Property Value

decimal?

Balance

Balance

Name: Balance

SF Type: currency

Nillable: True

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

Property Value

decimal?

CancellationDate

Cancellation Date

Name: CancellationDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "cancellationDate")]
public DateTimeOffset? CancellationDate { get; set; }

Property Value

DateTimeOffset?

CancellationEffectiveDate

Cancellation Effective Date

Name: CancellationEffectiveDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "cancellationEffectiveDate")]
public DateTimeOffset? CancellationEffectiveDate { get; set; }

Property Value

DateTimeOffset?

CancellationGatewayDate

Cancellation Gateway Date

Name: CancellationGatewayDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "cancellationGatewayDate")]
public DateTimeOffset? CancellationGatewayDate { get; set; }

Property Value

DateTimeOffset?

CancellationGatewayRefNumber

Cancellation Gateway Reference Number

Name: CancellationGatewayRefNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "cancellationGatewayRefNumber")]
public string CancellationGatewayRefNumber { get; set; }

Property Value

string

CancellationGatewayResultCode

Cancellation Gateway Result Code

Name: CancellationGatewayResultCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "cancellationGatewayResultCode")]
public string CancellationGatewayResultCode { get; set; }

Property Value

string

CancellationSfResultCode

Cancellation Salesforce Result Code

Name: CancellationSfResultCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "cancellationSfResultCode")]
public string CancellationSfResultCode { get; set; }

Property Value

string

ClientContext

Client Context

Name: ClientContext

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "clientContext")]
[Updateable(false)]
[Createable(false)]
public string ClientContext { 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")]
public DateTimeOffset? Date { get; set; }

Property Value

DateTimeOffset?

EffectiveDate

Effective Date

Name: EffectiveDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

Email

Audit Email

Name: Email

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "email")]
public string Email { get; set; }

Property Value

string

GatewayDate

Gateway Date

Name: GatewayDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "gatewayDate")]
public DateTimeOffset? GatewayDate { get; set; }

Property Value

DateTimeOffset?

GatewayRefNumber

Gateway Reference Number

Name: GatewayRefNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayRefNumber")]
public string GatewayRefNumber { get; set; }

Property Value

string

GatewayResultCode

Gateway Result Code

Name: GatewayResultCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayResultCode")]
public string GatewayResultCode { get; set; }

Property Value

string

GatewayResultCodeDescription

Gateway Result Code Description

Name: GatewayResultCodeDescription

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayResultCodeDescription")]
public string GatewayResultCodeDescription { get; set; }

Property Value

string

Id

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

IpAddress

IP Address

Name: IpAddress

SF Type: string

Nillable: True

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

MacAddress

MAC Address

Name: MacAddress

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "macAddress")]
public string MacAddress { get; set; }

Property Value

string

NetApplied

Net Applied

Name: NetApplied

SF Type: currency

Nillable: True

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

Property Value

decimal?

PaymentGateway

ReferenceTo: PaymentGateway

RelationshipName: PaymentGateway

[JsonProperty(PropertyName = "paymentGateway")]
[Updateable(false)]
[Createable(false)]
public SfPaymentGateway PaymentGateway { get; set; }

Property Value

SfPaymentGateway

PaymentGatewayId

Payment Gateway ID

Name: PaymentGatewayId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "paymentGatewayId")]
public string PaymentGatewayId { get; set; }

Property Value

string

PaymentGroup

ReferenceTo: PaymentGroup

RelationshipName: PaymentGroup

[JsonProperty(PropertyName = "paymentGroup")]
[Updateable(false)]
[Createable(false)]
public SfPaymentGroup PaymentGroup { get; set; }

Property Value

SfPaymentGroup

PaymentGroupId

Payment Group ID

Name: PaymentGroupId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "paymentGroupId")]
public string PaymentGroupId { get; set; }

Property Value

string

PaymentMethod

ReferenceTo: PaymentMethod

RelationshipName: PaymentMethod

[JsonProperty(PropertyName = "paymentMethod")]
[Updateable(false)]
[Createable(false)]
public SfPaymentMethod PaymentMethod { get; set; }

Property Value

SfPaymentMethod

PaymentMethodId

Payment Method ID

Name: PaymentMethodId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "paymentMethodId")]
public string PaymentMethodId { get; set; }

Property Value

string

Phone

Phone

Name: Phone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }

Property Value

string

ProcessingMode

Processing Mode

Name: ProcessingMode

SF Type: picklist

Nillable: False

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

Property Value

string

RefundNumber

Refund Number

Name: RefundNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SfResultCode

Salesforce Result Code

Name: SfResultCode

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "sfResultCode")]
public string SfResultCode { get; set; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "status")]
public string Status { get; set; }

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?

TotalApplied

Total Applied

Name: TotalApplied

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalUnapplied

Total Unapplied

Name: TotalUnapplied

SF Type: currency

Nillable: True

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

Property Value

decimal?

Type

Type

Name: Type

SF Type: picklist

Nillable: False

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

Property Value

string