mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ salesforce node
This commit is contained in:
26
packages/nodes-base/nodes/Salesforce/AccountInterface.ts
Normal file
26
packages/nodes-base/nodes/Salesforce/AccountInterface.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
export interface IAccount {
|
||||
Name?: string;
|
||||
Fax?: string;
|
||||
Type?: string;
|
||||
Phone?: string;
|
||||
Jigsaw?: string;
|
||||
OwnerId?: string;
|
||||
SicDesc?: string;
|
||||
Website?: string;
|
||||
Industry?: string;
|
||||
ParentId?: string;
|
||||
BillingCity?: string;
|
||||
Description?: string;
|
||||
BillingState?: string;
|
||||
ShippingStreet?: string;
|
||||
ShippingCity?:string;
|
||||
AccountSource?: string;
|
||||
AnnualRevenue?: number;
|
||||
BillingStreet?: string;
|
||||
ShippingState?: string;
|
||||
BillingCountry?: string;
|
||||
ShippingCountry?: string;
|
||||
BillingPostalCode?: string;
|
||||
NumberOfEmployees?: string;
|
||||
ShippingPostalCode?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user