ProductMetadataConstructor

Switch to Manual
public ProductMetadata (string priceString, string title, string description, string currencyCode, Decimal localizedPrice);
public ProductMetadata ();

Parameters

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

Description

创建 ProductMetadata。