Table of Contents

Class SfPaymentGatewayLog

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Payment Gateway Log

SObject Name: PaymentGatewayLog

Custom Object: False

public class SfPaymentGatewayLog : SObject
Inheritance
SfPaymentGatewayLog
Inherited Members

Properties

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?

GatewayAuthCode

Gateway Auth Code

Name: GatewayAuthCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayAuthCode")]
public string GatewayAuthCode { get; set; }

Property Value

string

GatewayAvsCode

Gateway Avs Code

Name: GatewayAvsCode

SF Type: string

Nillable: True

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

GatewayMessage

Gateway Message

Name: GatewayMessage

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayMessage")]
public string GatewayMessage { 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 Gateway Log ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

InteractionStatus

Status

Name: InteractionStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "interactionStatus")]
public string InteractionStatus { get; set; }

Property Value

string

InteractionType

Interaction Type

Name: InteractionType

SF Type: picklist

Nillable: True

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

IsNotification

Is Notification

Name: IsNotification

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "isNotification")]
public string IsNotification { get; set; }

Property Value

string

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?

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

PaymentGatewayLogNumber

Payment Gateway Log Number

Name: PaymentGatewayLogNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

ReferencedEntityId

Referenced Entity ID

Name: ReferencedEntityId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "referencedEntityId")]
public string ReferencedEntityId { get; set; }

Property Value

string

Request

Request

Name: Request

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "request")]
public string Request { get; set; }

Property Value

string

Response

Response

Name: Response

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "response")]
public string Response { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SfRefNumber

Salesforce Reference Number

Name: SfRefNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sfRefNumber")]
public string SfRefNumber { get; set; }

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

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?