Table of Contents

Class SfCardPaymentMethod

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Card Payment Method

SObject Name: CardPaymentMethod

Custom Object: False

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

AuditEmail

Audit Email

Name: AuditEmail

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "auditEmail")]
public string AuditEmail { get; set; }

Property Value

string

AutoCardType

Auto Card Type

Name: AutoCardType

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "autoCardType")]
[Updateable(false)]
[Createable(true)]
public string AutoCardType { get; set; }

Property Value

string

CardBin

Card BIN

Name: CardBin

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "cardBin")]
[Updateable(false)]
[Createable(true)]
public int? CardBin { get; set; }

Property Value

int?

CardCategory

Card Category

Name: CardCategory

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "cardCategory")]
[Updateable(false)]
[Createable(true)]
public string CardCategory { get; set; }

Property Value

string

CardHolderFirstName

Card Holder First Name

Name: CardHolderFirstName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "cardHolderFirstName")]
public string CardHolderFirstName { get; set; }

Property Value

string

CardHolderLastName

Card Holder Last Name

Name: CardHolderLastName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "cardHolderLastName")]
public string CardHolderLastName { get; set; }

Property Value

string

CardHolderName

Card Holder Name

Name: CardHolderName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "cardHolderName")]
public string CardHolderName { get; set; }

Property Value

string

CardLastFour

Card Last Four

Name: CardLastFour

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "cardLastFour")]
[Updateable(false)]
[Createable(true)]
public int? CardLastFour { get; set; }

Property Value

int?

CardPaymentMethodNumber

Card Payment Method Number

Name: CardPaymentMethodNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

CardType

Card Type

Name: CardType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "cardType")]
[Updateable(false)]
[Createable(true)]
public string CardType { get; set; }

Property Value

string

CardTypeCategory

Card Type Category

Name: CardTypeCategory

SF Type: picklist

Nillable: True

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

Property Value

string

Comments

Comments

Name: Comments

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "comments")]
public string Comments { get; set; }

Property Value

string

CompanyName

Company Name

Name: CompanyName

SF Type: string

Nillable: True

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

DisplayCardNumber

Display Card Number

Name: DisplayCardNumber

SF Type: string

Nillable: True

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

Property Value

string

Email

Registered Card Email

Name: Email

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "email")]
public string Email { get; set; }

Property Value

string

ExpiryMonth

Expiry Month

Name: ExpiryMonth

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "expiryMonth")]
public int? ExpiryMonth { get; set; }

Property Value

int?

ExpiryYear

Expiry Year

Name: ExpiryYear

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "expiryYear")]
public int? ExpiryYear { get; set; }

Property Value

int?

GatewayDate

Gateway Date

Name: GatewayDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

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

GatewayToken

Gateway Token

Name: GatewayToken

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "gatewayToken")]
public string GatewayToken { get; set; }

Property Value

string

GatewayTokenDetails

Gateway Token Details

Name: GatewayTokenDetails

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "gatewayTokenDetails")]
public string GatewayTokenDetails { get; set; }

Property Value

string

GatewayTokenEncrypted

Gateway Token Encrypted

Name: GatewayTokenEncrypted

SF Type: encryptedstring

Nillable: True

[JsonProperty(PropertyName = "gatewayTokenEncrypted")]
public string GatewayTokenEncrypted { get; set; }

Property Value

string

Id

Card Payment Method ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

InputCardNumber

Input Card Number

Name: InputCardNumber

SF Type: string

Nillable: True

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

IsAutoPayEnabled

Auto Pay

Name: IsAutoPayEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isAutoPayEnabled")]
public bool? IsAutoPayEnabled { get; set; }

Property Value

bool?

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

NickName

Nickname

Name: NickName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "nickName")]
public string NickName { 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")]
[Updateable(false)]
[Createable(true)]
public string PaymentGatewayId { get; set; }

Property Value

string

PaymentMethodAddress

Payment Method Address

Name: PaymentMethodAddress

SF Type: address

Nillable: True

[JsonProperty(PropertyName = "paymentMethodAddress")]
[Updateable(false)]
[Createable(false)]
public Address PaymentMethodAddress { get; set; }

Property Value

Address

PaymentMethodCity

City

Name: PaymentMethodCity

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "paymentMethodCity")]
public string PaymentMethodCity { get; set; }

Property Value

string

PaymentMethodCountry

Country

Name: PaymentMethodCountry

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "paymentMethodCountry")]
public string PaymentMethodCountry { get; set; }

Property Value

string

PaymentMethodDetails

Payment Method Details

Name: PaymentMethodDetails

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "paymentMethodDetails")]
[Updateable(false)]
[Createable(true)]
public string PaymentMethodDetails { get; set; }

Property Value

string

PaymentMethodGeocodeAccuracy

Geo Code Accuracy

Name: PaymentMethodGeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "paymentMethodGeocodeAccuracy")]
public string PaymentMethodGeocodeAccuracy { get; set; }

Property Value

string

PaymentMethodLatitude

Latitude

Name: PaymentMethodLatitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "paymentMethodLatitude")]
public double? PaymentMethodLatitude { get; set; }

Property Value

double?

PaymentMethodLongitude

Longitude

Name: PaymentMethodLongitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "paymentMethodLongitude")]
public double? PaymentMethodLongitude { get; set; }

Property Value

double?

PaymentMethodPostalCode

Postal Code

Name: PaymentMethodPostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "paymentMethodPostalCode")]
public string PaymentMethodPostalCode { get; set; }

Property Value

string

PaymentMethodState

State

Name: PaymentMethodState

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "paymentMethodState")]
public string PaymentMethodState { get; set; }

Property Value

string

PaymentMethodStreet

Street

Name: PaymentMethodStreet

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "paymentMethodStreet")]
public string PaymentMethodStreet { get; set; }

Property Value

string

PaymentMethodSubType

Payment Method Sub Type

Name: PaymentMethodSubType

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "paymentMethodSubType")]
[Updateable(false)]
[Createable(true)]
public string PaymentMethodSubType { get; set; }

Property Value

string

PaymentMethodType

Payment Method Type

Name: PaymentMethodType

SF Type: picklist

Nillable: True

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

StartMonth

Start Month

Name: StartMonth

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "startMonth")]
public int? StartMonth { get; set; }

Property Value

int?

StartYear

Start Year

Name: StartYear

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "startYear")]
public int? StartYear { get; set; }

Property Value

int?

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?