billing property
- @TagNumber(10)
The usage cost information to store on the item. When unset, the existing billing configuration is left unchanged.
Implementation
@$pb.TagNumber(10)
RegistryItemBilling get billing => $_getN(9);
- @TagNumber(10)
Implementation
@$pb.TagNumber(10)
set billing(RegistryItemBilling v) { setField(10, v); }