Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OtherPayment

Represents Other type of payment.

Inheritance
System.Object
OtherPayment
Implements
System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class OtherPayment : Payment, IXmlSerializable, IStorageObject, ICloneable, ISerializable, IPayment, IExtendedProperties

Constructors

OtherPayment()

Initializes a new instance of the OtherPayment class.

Declaration
public OtherPayment()

OtherPayment(SerializationInfo, StreamingContext)

Initializes a new instance of the OtherPayment class.

Declaration
protected OtherPayment(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

The info.

System.Runtime.Serialization.StreamingContext context

The context.

Properties

OtherPaymentMetaClass

Gets the invoice payment meta class.

Declaration
public static MetaClass OtherPaymentMetaClass { get; }
Property Value
Type Description
MetaClass

The invoice payment meta class.

Token

Declaration
public string Token { get; set; }
Property Value
Type Description
System.String

Implements

System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable