billingInterval property

  1. @TagNumber(3)
StripeBillingInterval get billingInterval

Implementation

@$pb.TagNumber(3)
StripeBillingInterval get billingInterval => $_getN(2);
  1. @TagNumber(3)
set billingInterval (StripeBillingInterval value)

Implementation

@$pb.TagNumber(3)
set billingInterval(StripeBillingInterval value) => $_setField(3, value);