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
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
GatewayAuthCode
Gateway Auth Code
Name: GatewayAuthCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayAuthCode")]
public string GatewayAuthCode { get; set; }
Property Value
GatewayAvsCode
Gateway Avs Code
Name: GatewayAvsCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayAvsCode")]
public string GatewayAvsCode { get; set; }
Property Value
GatewayDate
Gateway Date
Name: GatewayDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "gatewayDate")]
public DateTimeOffset? GatewayDate { get; set; }
Property Value
GatewayMessage
Gateway Message
Name: GatewayMessage
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayMessage")]
public string GatewayMessage { get; set; }
Property Value
GatewayRefNumber
Gateway Reference Number
Name: GatewayRefNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayRefNumber")]
public string GatewayRefNumber { get; set; }
Property Value
GatewayResultCode
Gateway Result Code
Name: GatewayResultCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayResultCode")]
public string GatewayResultCode { get; set; }
Property Value
GatewayResultCodeDescription
Gateway Result Code Description
Name: GatewayResultCodeDescription
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayResultCodeDescription")]
public string GatewayResultCodeDescription { get; set; }
Property Value
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
InteractionStatus
Status
Name: InteractionStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "interactionStatus")]
public string InteractionStatus { get; set; }
Property Value
InteractionType
Interaction Type
Name: InteractionType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "interactionType")]
[Updateable(false)]
[Createable(true)]
public string InteractionType { 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?
IsNotification
Is Notification
Name: IsNotification
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "isNotification")]
public string IsNotification { get; set; }
Property Value
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
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
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
PaymentGateway
ReferenceTo: PaymentGateway
RelationshipName: PaymentGateway
[JsonProperty(PropertyName = "paymentGateway")]
[Updateable(false)]
[Createable(false)]
public SfPaymentGateway PaymentGateway { get; set; }
Property Value
PaymentGatewayId
Payment Gateway ID
Name: PaymentGatewayId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "paymentGatewayId")]
public string PaymentGatewayId { get; set; }
Property Value
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
ReferencedEntityId
Referenced Entity ID
Name: ReferencedEntityId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "referencedEntityId")]
public string ReferencedEntityId { get; set; }
Property Value
Request
Request
Name: Request
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "request")]
public string Request { get; set; }
Property Value
Response
Response
Name: Response
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "response")]
public string Response { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SfRefNumber
Salesforce Reference Number
Name: SfRefNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sfRefNumber")]
public string SfRefNumber { get; set; }
Property Value
SfResultCode
Salesforce Result Code
Name: SfResultCode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "sfResultCode")]
public string SfResultCode { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }