Class OtherPayment
Represents Other type of payment.
Implements
System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class OtherPayment : Payment, IXmlSerializable, IStorageObject, ICloneable, ISerializable, IPayment, IExtendedProperties
Constructors
OtherPayment()
Initializes a new instance of the Other
Declaration
public OtherPayment()
OtherPayment(SerializationInfo, StreamingContext)
Initializes a new instance of the Other
Declaration
protected OtherPayment(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The info. |
System. |
context | The context. |
Properties
OtherPaymentMetaClass
Gets the invoice payment meta class.
Declaration
public static MetaClass OtherPaymentMetaClass { get; }
Property Value
Type | Description |
---|---|
Meta |
The invoice payment meta class. |
Token
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
System. |
Implements
System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable