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
AccountId
Account ID
Name: AccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }
Property Value
AuditEmail
Audit Email
Name: AuditEmail
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "auditEmail")]
public string AuditEmail { get; set; }
Property Value
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
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
CardHolderFirstName
Card Holder First Name
Name: CardHolderFirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cardHolderFirstName")]
public string CardHolderFirstName { get; set; }
Property Value
CardHolderLastName
Card Holder Last Name
Name: CardHolderLastName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cardHolderLastName")]
public string CardHolderLastName { get; set; }
Property Value
CardHolderName
Card Holder Name
Name: CardHolderName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cardHolderName")]
public string CardHolderName { get; set; }
Property Value
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
CardType
Card Type
Name: CardType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "cardType")]
[Updateable(false)]
[Createable(true)]
public string CardType { get; set; }
Property Value
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
Comments
Comments
Name: Comments
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "comments")]
public string Comments { get; set; }
Property Value
CompanyName
Company Name
Name: CompanyName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "companyName")]
public string CompanyName { 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
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
Registered Card Email
Name: Email
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
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
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
GatewayToken
Gateway Token
Name: GatewayToken
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "gatewayToken")]
public string GatewayToken { get; set; }
Property Value
GatewayTokenDetails
Gateway Token Details
Name: GatewayTokenDetails
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "gatewayTokenDetails")]
public string GatewayTokenDetails { get; set; }
Property Value
GatewayTokenEncrypted
Gateway Token Encrypted
Name: GatewayTokenEncrypted
SF Type: encryptedstring
Nillable: True
[JsonProperty(PropertyName = "gatewayTokenEncrypted")]
public string GatewayTokenEncrypted { get; set; }
Property Value
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
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
IpAddress
IP Address
Name: IpAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "ipAddress")]
public string IpAddress { get; set; }
Property Value
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
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
NickName
Nickname
Name: NickName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "nickName")]
public string NickName { 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")]
[Updateable(false)]
[Createable(true)]
public string PaymentGatewayId { get; set; }
Property Value
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
PaymentMethodCity
City
Name: PaymentMethodCity
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "paymentMethodCity")]
public string PaymentMethodCity { get; set; }
Property Value
PaymentMethodCountry
Country
Name: PaymentMethodCountry
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "paymentMethodCountry")]
public string PaymentMethodCountry { get; set; }
Property Value
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
PaymentMethodGeocodeAccuracy
Geo Code Accuracy
Name: PaymentMethodGeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "paymentMethodGeocodeAccuracy")]
public string PaymentMethodGeocodeAccuracy { get; set; }
Property Value
PaymentMethodLatitude
Latitude
Name: PaymentMethodLatitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "paymentMethodLatitude")]
public double? PaymentMethodLatitude { get; set; }
Property Value
PaymentMethodLongitude
Longitude
Name: PaymentMethodLongitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "paymentMethodLongitude")]
public double? PaymentMethodLongitude { get; set; }
Property Value
PaymentMethodPostalCode
Postal Code
Name: PaymentMethodPostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "paymentMethodPostalCode")]
public string PaymentMethodPostalCode { get; set; }
Property Value
PaymentMethodState
State
Name: PaymentMethodState
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "paymentMethodState")]
public string PaymentMethodState { get; set; }
Property Value
PaymentMethodStreet
Street
Name: PaymentMethodStreet
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "paymentMethodStreet")]
public string PaymentMethodStreet { get; set; }
Property Value
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
PaymentMethodType
Payment Method Type
Name: PaymentMethodType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "paymentMethodType")]
public string PaymentMethodType { 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
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
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }