priceId property
/ Stripe Price ID (from billing_products collection, e.g. readBillingProducts).
Implementation
@$pb.TagNumber(1)
$core.String get priceId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set priceId($core.String v) { $_setString(0, v); }