billing property

  1. @TagNumber(10)
RegistryItemBilling get billing

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

Implementation

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