costPerMonth property

  1. @TagNumber(1)
RegistryItemCostByResource get costPerMonth

The recurring monthly cost of the item, broken down by billable resource.

Implementation

@$pb.TagNumber(1)
RegistryItemCostByResource get costPerMonth => $_getN(0);
  1. @TagNumber(1)
set costPerMonth (RegistryItemCostByResource v)

Implementation

@$pb.TagNumber(1)
set costPerMonth(RegistryItemCostByResource v) { setField(1, v); }