Try our conversational search powered by Generative AI!

Class OtherPayment

Represents Other type of payment.

Inheritance
System.Object
OtherPayment
Implements
System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 10.8.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.

Implements

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