Class CashCardPayment
Represents Cash Card type of payment.
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: 13.30.0Syntax
public class CashCardPayment : Payment, IXmlSerializable, IStorageObject, ICloneable, ISerializable, IPayment, IExtendedProperties
Constructors
CashCardPayment()
Initializes a new instance of the CashCardPayment class.
Declaration
public CashCardPayment()
CashCardPayment(SerializationInfo, StreamingContext)
Initializes a new instance of the CashCardPayment class.
Declaration
protected CashCardPayment(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
Properties
CashCardNumber
Gets or sets the cash card number. The field is not encrypted by default. Encryption should be handled by the layer calling the property.
Declaration
public string CashCardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The credit card number. |
CashCardPaymentMetaClass
Gets the cash card payment meta class.
Declaration
public static MetaClass CashCardPaymentMetaClass { get; }
Property Value
Type | Description |
---|---|
MetaClass | The cash card payment meta class. |
CashCardSecurityCode
Gets or sets the cash card security code.
Declaration
public string CashCardSecurityCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cash card security code. |
Implements
System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable