次の方法で共有


MicrosoftPayMethodData.SupportedNetworks プロパティ

定義

サポートされている支払いネットワーク ("visa" や "mastercard" など) を取得または設定します。

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

プロパティ値

サポートされている支払いネットワーク。

適用対象