Table of Contents

Class SfPaymentAuthorization

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Payment Authorization

SObject Name: PaymentAuthorization

Custom Object: False

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

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

ExpirationDate

Expiration Date

Name: ExpirationDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

GatewayAuthCode

Gateway Auth Code

Name: GatewayAuthCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayAuthCode")]
public string GatewayAuthCode { 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 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

PaymentAuthorizationNumber

Payment Authorization Number

Name: PaymentAuthorizationNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

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

PaymentIntentGuid

Payment Intent Guid

Name: PaymentIntentGuid

SF Type: string

Nillable: True

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

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?

TotalAuthReversalAmount

Total Payment Auth Reversal Amount

Name: TotalAuthReversalAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalPaymentCaptureAmount

Total Payment Capture Amount

Name: TotalPaymentCaptureAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?