offerId property

  1. @JsonKey(name: 'offerId')
String? offerId
final

The identifier of the concrete offer, to which these details belong. Null, if these are plain base plan details.

Implementation

@JsonKey(name: 'offerId')
final String? offerId;