offerId property

  1. @JsonKey(defaultValue: null)
String? offerId
final

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;