Table of Contents

Class SfDigitalWallet

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Digital Wallet

SObject Name: DigitalWallet

Custom Object: False

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

BillingName

Billing Name

Name: BillingName

SF Type: string

Nillable: True

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

Customer

Customer ID

Name: Customer

SF Type: string

Nillable: True

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

Property Value

string

DigitalWalletNumber

Digital Wallet Number

Name: DigitalWalletNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

Email

Registered Email

Name: Email

SF Type: email

Nillable: True

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

Digital Wallet ID

Name: Id

SF Type: id

Nillable: False

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

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?