priceId property

  1. @JsonKey.new(name: 'price_id')
String priceId
final

The Stripe price ID for the subscription plan

Implementation

@JsonKey(name: 'price_id')
final String priceId;