billing property
- @TagNumber(19)
Usage cost information used by billing jobs to bill for monthly usage of the item. This is unset when no cost has been configured for the item.
Implementation
@$pb.TagNumber(19)
RegistryItemBilling get billing => $_getN(18);
- @TagNumber(19)
Implementation
@$pb.TagNumber(19)
set billing(RegistryItemBilling v) { setField(19, v); }