WebApiModulesAgentOrderSendContactConfirmationRequest constructor

WebApiModulesAgentOrderSendContactConfirmationRequest({
  1. String? orderId,
  2. String? orderNumber,
  3. String? contactEmail,
})

Implementation

WebApiModulesAgentOrderSendContactConfirmationRequest({
  this.orderId,
  this.orderNumber,
  this.contactEmail,
});