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
AccountId
Account ID
Name: AccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }
Property Value
Amount
Amount
Name: Amount
SF Type: currency
Nillable: False
[JsonProperty(PropertyName = "amount")]
public decimal? Amount { get; set; }
Property Value
Balance
Balance
Name: Balance
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "balance")]
[Updateable(false)]
[Createable(false)]
public decimal? Balance { get; set; }
Property Value
Comments
Comments
Name: Comments
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "comments")]
public string Comments { get; set; }
Property Value
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
Date
Date
Name: Date
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "date")]
public DateTimeOffset? Date { get; set; }
Property Value
EffectiveDate
Effective Date
Name: EffectiveDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "effectiveDate")]
public DateTimeOffset? EffectiveDate { get; set; }
Property Value
Audit Email
Name: Email
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
ExpirationDate
Expiration Date
Name: ExpirationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "expirationDate")]
public DateTimeOffset? ExpirationDate { 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
GatewayDate
Gateway Date
Name: GatewayDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "gatewayDate")]
public DateTimeOffset? GatewayDate { get; set; }
Property Value
GatewayRefDetails
Gateway Reference Details
Name: GatewayRefDetails
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "gatewayRefDetails")]
public string GatewayRefDetails { 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 Authorization ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IpAddress
IP Address
Name: IpAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "ipAddress")]
public string IpAddress { 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?
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
MacAddress
MAC Address
Name: MacAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "macAddress")]
public string MacAddress { get; set; }
Property Value
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
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
PaymentGroup
ReferenceTo: PaymentGroup
RelationshipName: PaymentGroup
[JsonProperty(PropertyName = "paymentGroup")]
[Updateable(false)]
[Createable(false)]
public SfPaymentGroup PaymentGroup { get; set; }
Property Value
PaymentGroupId
Payment Group ID
Name: PaymentGroupId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "paymentGroupId")]
public string PaymentGroupId { get; set; }
Property Value
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
PaymentMethod
ReferenceTo: PaymentMethod
RelationshipName: PaymentMethod
[JsonProperty(PropertyName = "paymentMethod")]
[Updateable(false)]
[Createable(false)]
public SfPaymentMethod PaymentMethod { get; set; }
Property Value
PaymentMethodId
Payment Method ID
Name: PaymentMethodId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "paymentMethodId")]
public string PaymentMethodId { get; set; }
Property Value
Phone
Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }
Property Value
ProcessingMode
Processing Mode
Name: ProcessingMode
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "processingMode")]
[Updateable(false)]
[Createable(true)]
public string ProcessingMode { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SfResultCode
Salesforce Result Code
Name: SfResultCode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "sfResultCode")]
public string SfResultCode { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
public string Status { 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; }
Property Value
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
TotalPaymentCaptureAmount
Total Payment Capture Amount
Name: TotalPaymentCaptureAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalPaymentCaptureAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalPaymentCaptureAmount { get; set; }