Interface ITokenizedPayment
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 a tokenization payment.
Inherited Members
Namespace: EPiServer.Commerce.Order.Payments.Tokenization
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public interface ITokenizedPayment : IPayment, IExtendedProperties
Properties
ExpirationMonth
Gets or sets the expire month.
Declaration
int ExpirationMonth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExpirationYear
Gets or sets the expire year.
Declaration
int ExpirationYear { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Token
Gets or sets the token.
Declaration
string Token { get; set; }
Property Value
Type | Description |
---|---|
System.String |