Table of Contents

Class SfPaymentMethod

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Payment Method

SObject Name: PaymentMethod

Custom Object: False

public class SfPaymentMethod : SObject
Inheritance
SfPaymentMethod
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")]
[Updateable(false)]
[Createable(false)]
public string AccountId { get; set; }

Property Value

string

Comments

Comments

Name: Comments

SF Type: textarea

Nillable: True

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

Property Value

string

CompanyName

Company Name

Name: CompanyName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "companyName")]
[Updateable(false)]
[Createable(false)]
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

User ID

Name: CreatedById

SF Type: reference

Nillable: False

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

Property Value

string

CreatedDate

MISSING LABEL PropertyFile - val CreatedDate not found in section udd_PaymentMethod

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Id

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

ImplementorType

Implementor Type

Name: ImplementorType

SF Type: string

Nillable: True

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

Property Value

string

IsAutoPayEnabled

Auto Pay

Name: IsAutoPayEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsDeleted

MISSING LABEL PropertyFile - val IsDeleted not found in section udd_PaymentMethod

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

User 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?

Name

Payment Method Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

NickName

Nickname

Name: NickName

SF Type: string

Nillable: True

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

Property Value

string

PaymentMethodCountry

Country

Name: PaymentMethodCountry

SF Type: string

Nillable: True

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

Property Value

string

PaymentMethodGeocodeAccuracy

Geo Code Accuracy

Name: PaymentMethodGeocodeAccuracy

SF Type: picklist

Nillable: True

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

Property Value

string

PaymentMethodLatitude

Latitude

Name: PaymentMethodLatitude

SF Type: double

Nillable: True

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

Property Value

double?

PaymentMethodLongitude

Longitude

Name: PaymentMethodLongitude

SF Type: double

Nillable: True

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

Property Value

double?

PaymentMethodPostalCode

Postal Code

Name: PaymentMethodPostalCode

SF Type: string

Nillable: True

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

Property Value

string

PaymentMethodState

State

Name: PaymentMethodState

SF Type: string

Nillable: True

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

Property Value

string

PaymentMethodStreet

Street

Name: PaymentMethodStreet

SF Type: textarea

Nillable: True

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

Property Value

string

PaymentMethodType

Payment Method Type

Name: PaymentMethodType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "paymentMethodType")]
[Updateable(false)]
[Createable(false)]
public string PaymentMethodType { 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")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }

Property Value

string

SystemModstamp

MISSING LABEL PropertyFile - val SystemModstamp not found in section udd_PaymentMethod

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?