billing property

  1. @TagNumber(19)
RegistryItemBilling get billing

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);
  1. @TagNumber(19)
set billing (RegistryItemBilling v)

Implementation

@$pb.TagNumber(19)
set billing(RegistryItemBilling v) { setField(19, v); }