Skip to main content

Product Object

  • productIdentifier string - The string that identifies the product to the Apple App Store.将产品标识到Apple App Store的字符串。
  • localizedDescription string - A description of the product.产品描述。
  • localizedTitle string - The name of the product.产品的名称。
  • contentVersion string - A string that identifies the version of the content.标识内容版本的字符串。
  • contentLengths number - The total size of the content, in bytes.内容的总大小,以字节为单位。
  • price number - The cost of the product in the local currency.以当地货币表示的产品成本。
  • formattedPrice string - The locale formatted price of the product.产品的区域设置格式的价格。
  • currencyCode string - 3 character code presenting a product's currency based on the ISO 4217 standard.3个字符的代码,表示基于ISO 4217标准的产品货币。
  • introductoryPrice ProductDiscount (optional) - The object containing introductory price information for the product. 包含产品介绍价格信息的对象。available for the product.可用于该产品。
  • discounts ProductDiscount[] - An array of discount offers一系列折扣优惠
  • subscriptionGroupIdentifier string - The identifier of the subscription group to which the subscription belongs.订阅所属的订阅组的标识符。
  • subscriptionPeriod ProductSubscriptionPeriod (optional) - The period details for products that are subscriptions.作为订阅的产品的期间详细信息。
  • isDownloadable boolean - A boolean value that indicates whether the App Store has downloadable content for this product. 一个布尔值,用于指示App Store是否有此产品的可下载内容。true if at least one file has been associated with the product.如果至少有一个文件与该产品关联,则为true
  • downloadContentVersion string - A string that identifies the version of the content.标识内容版本的字符串。
  • downloadContentLengths number - The total size of the content, in bytes.内容的总大小,以字节为单位。