WebApiModulesIntegrationsStorefrontSendInquiryEmailRequest constructor
const
WebApiModulesIntegrationsStorefrontSendInquiryEmailRequest({})
Implementation
const WebApiModulesIntegrationsStorefrontSendInquiryEmailRequest({
required this.catalogProductId,
required this.warehouseId,
required this.locationId,
required this.firstName,
required this.lastName,
required this.phone,
required this.email,
required this.message,
});