WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionRequest constructor

WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionRequest({
  1. String? inventoryId,
  2. int? quantity,
})

Implementation

WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionRequest({
  this.inventoryId,
  this.quantity,
});