Class TokenizedPayment
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
Represents credit card payment with tokenization.
Implements
Inherited Members
Namespace: EPiServer.Commerce.Order.Payments.Tokenization
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class TokenizedPayment : Payment, IXmlSerializable, IStorageObject, ICloneable, ISerializable, ITokenizedPayment, IPayment, IExtendedProperties
Constructors
TokenizedPayment()
Declaration
public TokenizedPayment()
TokenizedPayment(SerializationInfo, StreamingContext)
Initializes a new instance of the TokenizedPayment class.
Declaration
protected TokenizedPayment(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
Properties
ExpirationMonth
Gets or sets the expiration month.
Declaration
public int ExpirationMonth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The expiration month. |
ExpirationYear
Gets or sets the expiration year.
Declaration
public int ExpirationYear { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The expiration year. |
Token
The token as generated by Tokenization service that references the sensitive data.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
System.String | The token value. |
TokenizationPaymentMetaClass
Gets the Tokenization payment meta class.
Declaration
public static MetaClass TokenizationPaymentMetaClass { get; }
Property Value
Type | Description |
---|---|
MetaClass | The tokenization payment meta class. |