priceId property

  1. @TagNumber.new(1)
String get priceId

/ Stripe Price ID (from billing_products collection, e.g. readBillingProducts).

Implementation

@$pb.TagNumber(1)
$core.String get priceId => $_getSZ(0);
  1. @TagNumber.new(1)
set priceId (String v)

Implementation

@$pb.TagNumber(1)
set priceId($core.String v) { $_setString(0, v); }