PaymentMerchantInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PaymentMerchantInfo() |
Creates a new PaymentMerchantInfo object. |
PaymentMerchantInfo(Uri) |
Creates a new PaymentMerchantInfo object. |
PaymentMerchantInfo()
Creates a new PaymentMerchantInfo object.
public:
PaymentMerchantInfo();
PaymentMerchantInfo();
public PaymentMerchantInfo();
function PaymentMerchantInfo()
Public Sub New ()
Applies to
PaymentMerchantInfo(Uri)
Creates a new PaymentMerchantInfo object.
public:
PaymentMerchantInfo(Uri ^ uri);
PaymentMerchantInfo(Uri const& uri);
public PaymentMerchantInfo(System.Uri uri);
function PaymentMerchantInfo(uri)
Public Sub New (uri As Uri)