prices property

  1. @BuiltValueField.new(wireName: r'prices')
BuiltList<AppStorePrice> get prices

The prices of the subscription.

Implementation

@BuiltValueField(wireName: r'prices')
BuiltList<AppStorePrice> get prices;