billingMode property

  1. @TagNumber(12)
Application_BillingMode billingMode

Billing mode of the application.

Implementation

@$pb.TagNumber(12)
Application_BillingMode get billingMode => $_getN(9);
  1. @TagNumber(12)
void billingMode=(Application_BillingMode v)

Implementation

@$pb.TagNumber(12)
set billingMode(Application_BillingMode v) { setField(12, v); }