price property

String price
latefinal

商品类型,ios使用的: 0:消耗型商品 1:非消耗型商品 2:续期订阅 3:非续期订阅 商品的格式化价格,包括货币符号。此价格不含税。

Implementation

// int? productTypeInt;

/// 商品的格式化价格,包括货币符号。此价格不含税。
late final String price;