Table of Contents

Class SfPaymentAuthAdjustment

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Payment Authorization Adjustment

SObject Name: PaymentAuthAdjustment

Custom Object: False

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

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?

GatewayRefDetails

Gateway Reference Details

Name: GatewayRefDetails

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "gatewayRefDetails")]
public string GatewayRefDetails { get; set; }

Property Value

string

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

Payment Authorization Adjustment ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

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

PaymentAuthAdjustmentNumber

Payment Authorization Adjustment Number

Name: PaymentAuthAdjustmentNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

PaymentAuthorization

ReferenceTo: PaymentAuthorization

RelationshipName: PaymentAuthorization

[JsonProperty(PropertyName = "paymentAuthorization")]
[Updateable(false)]
[Createable(false)]
public SfPaymentAuthorization PaymentAuthorization { get; set; }

Property Value

SfPaymentAuthorization

PaymentAuthorizationId

Payment Authorization ID

Name: PaymentAuthorizationId

SF Type: reference

Nillable: False

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

Type

Adjustment Type

Name: Type

SF Type: picklist

Nillable: False

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

Property Value

string