WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionRequest constructor

WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionRequest({
  1. String? sessionId,
  2. String? inventoryId,
  3. int? quantity,
})

Implementation

WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionRequest({
  this.sessionId,
  this.inventoryId,
  this.quantity,
});