SalesforceDealerOrgUpsertV3Body constructor

const SalesforceDealerOrgUpsertV3Body({
  1. bool? activeCallCenterDealers,
  2. bool? websiteLocator,
  3. String? websiteRemoval,
  4. String? website,
  5. String? servicesOffered,
  6. String? sapAccountId,
  7. String? salesforceAccountId,
  8. String? productSubCategory,
  9. String? productLine,
  10. String? phone,
  11. String? partnerTierLevel,
  12. String? parentAccountName,
  13. String? micrositeUrl,
  14. String? locationType,
  15. String? leadsEmail,
  16. int? leadManagementPortalUsers,
  17. bool? isActive,
  18. String? financingPrograms,
  19. String? externalCampaignParticipation,
  20. bool? dealerAvailableService,
  21. bool? dealerAvailableSales,
  22. String? dealerAccepting,
  23. String? customerClassification,
  24. String? customerSubClassification,
  25. bool? boldCertified,
  26. String? serviceRank,
  27. String? salesZipCodes,
  28. String? serviceZipCodes,
  29. String? allZipCodes,
  30. String? telephoneNumber,
  31. String? name,
  32. String? street,
  33. String? city,
  34. String? state,
  35. String? latitude,
  36. String? longitude,
  37. String? zipCode,
  38. 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,
});