offerId property
The offer id associated with the subscription product.
This field is only set for a discounted offer. Returns null for a regular base plan.
Implementation
@JsonKey(defaultValue: null)
final String? offerId;
The offer id associated with the subscription product.
This field is only set for a discounted offer. Returns null for a regular base plan.
@JsonKey(defaultValue: null)
final String? offerId;