共用方式為


PaymentMethodData.JsonData 屬性

定義

付款條件的相關資料。 例如,如果使用 基本卡付款條件 ,則這必須包含確認 BasicCardRequest 字典類型的資料。

public:
 property Platform::String ^ JsonData { Platform::String ^ get(); };
winrt::hstring JsonData();
public string JsonData { get; }
var string = paymentMethodData.jsonData;
Public ReadOnly Property JsonData As String

屬性值

String

Platform::String

winrt::hstring

取得 JsonData。

適用於