Version: 2017.1

ProductMetadataConstructor

切换到手册
public ProductMetadata (string priceString, string title, string description, string currencyCode, Decimal localizedPrice);
public ProductMetadata ();

参数

priceString 带有适合向用户展示的货币符号的格式化商品价格。
title 本地化商品名称。
description 本地化商品描述。
currencyCode ISO 4217 货币代码。
localizedPrice 本地化数字价格。

描述

创建 ProductMetadata。