London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.

Namespace: EPiServer.Commerce.Order.Payments.Tokenization
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
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

Extension Methods