SalesforceDealerOrgUpsertV3Body constructor
const
SalesforceDealerOrgUpsertV3Body({ - bool? activeCallCenterDealers,
- bool? websiteLocator,
- String? websiteRemoval,
- String? website,
- String? servicesOffered,
- String? sapAccountId,
- String? salesforceAccountId,
- String? productSubCategory,
- String? productLine,
- String? phone,
- String? partnerTierLevel,
- String? parentAccountName,
- String? micrositeUrl,
- String? locationType,
- String? leadsEmail,
- int? leadManagementPortalUsers,
- bool? isActive,
- String? financingPrograms,
- String? externalCampaignParticipation,
- bool? dealerAvailableService,
- bool? dealerAvailableSales,
- String? dealerAccepting,
- String? customerClassification,
- String? customerSubClassification,
- bool? boldCertified,
- String? serviceRank,
- String? salesZipCodes,
- String? serviceZipCodes,
- String? allZipCodes,
- String? telephoneNumber,
- String? name,
- String? street,
- String? city,
- String? state,
- String? latitude,
- String? longitude,
- String? zipCode,
- String? country,
})
Implementation
const SalesforceDealerOrgUpsertV3Body({
this.activeCallCenterDealers,
this.websiteLocator,
this.websiteRemoval,
this.website,
this.servicesOffered,
this.sapAccountId,
this.salesforceAccountId,
this.productSubCategory,
this.productLine,
this.phone,
this.partnerTierLevel,
this.parentAccountName,
this.micrositeUrl,
this.locationType,
this.leadsEmail,
this.leadManagementPortalUsers,
this.isActive,
this.financingPrograms,
this.externalCampaignParticipation,
this.dealerAvailableService,
this.dealerAvailableSales,
this.dealerAccepting,
this.customerClassification,
this.customerSubClassification,
this.boldCertified,
this.serviceRank,
this.salesZipCodes,
this.serviceZipCodes,
this.allZipCodes,
this.telephoneNumber,
this.name,
this.street,
this.city,
this.state,
this.latitude,
this.longitude,
this.zipCode,
this.country,
});