Add field AccountNumber to Salesforce Node (#2649)

This commit is contained in:
Laurens
2022-01-08 12:53:57 +01:00
committed by GitHub
parent c129252d2b
commit ac545b2573
3 changed files with 21 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export interface IAccount {
BillingState?: string;
ShippingStreet?: string;
ShippingCity?: string;
AccountNumber?: string;
AccountSource?: string;
AnnualRevenue?: number;
BillingStreet?: string;