PaymentMethodData.SupportedMethods プロパティ

定義

マーチャント Web サイトが受け入れる支払い方法の支払い方法識別子を含む文字列の必須シーケンスを取得または設定します。

public System.Collections.Generic.IList<string> SupportedMethods { get; set; }
member this.SupportedMethods : System.Collections.Generic.IList<string> with get, set
Public Property SupportedMethods As IList(Of String)

プロパティ値

サポートされている支払い方法。

適用対象