Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 878 Bytes

ProductUpdatePrices.md

File metadata and controls

50 lines (37 loc) · 878 Bytes

ProductUpdatePrices

Supported Types

Components\ExistingProductPrice

/**
* @var Components\ExistingProductPrice
*/
Components\ExistingProductPrice $value = /* values here */

Components\ProductPriceFixedCreate

/**
* @var Components\ProductPriceFixedCreate
*/
Components\ProductPriceFixedCreate $value = /* values here */

Components\ProductPriceCustomCreate

/**
* @var Components\ProductPriceCustomCreate
*/
Components\ProductPriceCustomCreate $value = /* values here */

Components\ProductPriceFreeCreate

/**
* @var Components\ProductPriceFreeCreate
*/
Components\ProductPriceFreeCreate $value = /* values here */

Components\ProductPriceMeteredUnitCreate

/**
* @var Components\ProductPriceMeteredUnitCreate
*/
Components\ProductPriceMeteredUnitCreate $value = /* values here */