Class SfPayment
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Payment
SObject Name: Payment
Custom Object: False
public class SfPayment : SObject
- Inheritance
-
SfPayment
- 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
CancellationDate
Cancellation Date
Name: CancellationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "cancellationDate")]
public DateTimeOffset? CancellationDate { get; set; }
Property Value
CancellationEffectiveDate
Cancellation Effective Date
Name: CancellationEffectiveDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "cancellationEffectiveDate")]
public DateTimeOffset? CancellationEffectiveDate { get; set; }
Property Value
CancellationGatewayDate
Cancellation Gateway Date
Name: CancellationGatewayDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "cancellationGatewayDate")]
public DateTimeOffset? CancellationGatewayDate { get; set; }
Property Value
CancellationGatewayRefNumber
Cancellation Gateway Reference Number
Name: CancellationGatewayRefNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cancellationGatewayRefNumber")]
public string CancellationGatewayRefNumber { get; set; }
Property Value
CancellationGatewayResultCode
Cancellation Gateway Result Code
Name: CancellationGatewayResultCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cancellationGatewayResultCode")]
public string CancellationGatewayResultCode { get; set; }
Property Value
CancellationSfResultCode
Cancellation Salesforce Result Code
Name: CancellationSfResultCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cancellationSfResultCode")]
public string CancellationSfResultCode { get; set; }
Property Value
ClientContext
Client Context
Name: ClientContext
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "clientContext")]
[Updateable(false)]
[Createable(false)]
public string ClientContext { 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
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 ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
ImpactAmount
Impact Amount
Name: ImpactAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "impactAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ImpactAmount { 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
NetApplied
Net Applied
Name: NetApplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "netApplied")]
[Updateable(false)]
[Createable(false)]
public decimal? NetApplied { get; set; }
Property Value
NetRefundApplied
Net Refund Applied
Name: NetRefundApplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "netRefundApplied")]
[Updateable(false)]
[Createable(false)]
public decimal? NetRefundApplied { get; set; }
Property Value
PaymentAuthorization
ReferenceTo: PaymentAuthorization
RelationshipName: PaymentAuthorization
[JsonProperty(PropertyName = "paymentAuthorization")]
[Updateable(false)]
[Createable(false)]
public SfPaymentAuthorization PaymentAuthorization { get; set; }
Property Value
PaymentAuthorizationId
Payment Authorization ID
Name: PaymentAuthorizationId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "paymentAuthorizationId")]
public string PaymentAuthorizationId { 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
PaymentNumber
Payment Number
Name: PaymentNumber
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "paymentNumber")]
[Updateable(false)]
[Createable(false)]
public string PaymentNumber { 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
TotalApplied
Total Applied
Name: TotalApplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalApplied")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalApplied { get; set; }
Property Value
TotalRefundApplied
Total Refund Applied
Name: TotalRefundApplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalRefundApplied")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalRefundApplied { get; set; }
Property Value
TotalRefundUnapplied
Total Refund Unapplied
Name: TotalRefundUnapplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalRefundUnapplied")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalRefundUnapplied { get; set; }
Property Value
TotalUnapplied
Total Unapplied
Name: TotalUnapplied
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalUnapplied")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalUnapplied { get; set; }
Property Value
Type
Type
Name: Type
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }