Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the type of payment method used.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property PaymentType As PaymentMethodTypes
'Usage
Dim instance As Payment
Dim value As PaymentMethodTypes
value = instance.PaymentType
public PaymentMethodTypes PaymentType { get; }
public:
property PaymentMethodTypes PaymentType {
PaymentMethodTypes get ();
}
public function get PaymentType () : PaymentMethodTypes
Property Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodTypes
A PaymentMethodTypes containing the type of payment method used.
Remarks
User-defined payments should use Custom.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.