PaymentMethod Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the PaymentMethod class.
Overload List
Name | Description | |
---|---|---|
PaymentMethod(PaymentMethodTypes, String, String) | Initializes a new instance of the PaymentMethod class with the payment type, default language, and the property name. | |
PaymentMethod(PaymentMethodTypes, String, String, String) | Initializes a new instance of the PaymentMethod class with the payment type, default language, the property name, and the description. | |
PaymentMethod(PaymentMethodTypes, String, String, String, String, Int32) | Initializes a new instance of the PaymentMethod class with the payment type, default language, the property name, the description, the Payment processor, and the configured mode. |
Top