billingMode property

  1. @TagNumber.new(12)
Application_BillingMode get billingMode

Billing mode of the application.

Implementation

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

Implementation

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