billingMode property
Billing mode of the application.
Implementation
@$pb.TagNumber(12)
Application_BillingMode get billingMode => $_getN(9);
Implementation
@$pb.TagNumber(12)
set billingMode(Application_BillingMode v) {
setField(12, v);
}
Billing mode of the application.
@$pb.TagNumber(12)
Application_BillingMode get billingMode => $_getN(9);
@$pb.TagNumber(12)
set billingMode(Application_BillingMode v) {
setField(12, v);
}