skuId method

Builder skuId(
  1. String value
)

Implementation

Builder skuId(String value) {
  _parameters['sku_id'] = value;
  return this;
}