costPerMonth property
- @TagNumber(1)
The recurring monthly cost of the item, broken down by billable resource.
Implementation
@$pb.TagNumber(1)
RegistryItemCostByResource get costPerMonth => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set costPerMonth(RegistryItemCostByResource v) { setField(1, v); }