Class SubscriptionCreatedEto
Inheritance
SubscriptionCreatedEto
Assembly: Volo.Payment.Domain.Shared.dll
Syntax
[EventName("Volo.Payment.SubscriptionCreated")]
public class SubscriptionCreatedEto : EtoBase, IHasExtraProperties
Constructors
SubscriptionCreatedEto()
Declaration
public SubscriptionCreatedEto()
Properties
Currency
Declaration
public string Currency { get; set; }
Property Value
ExternalSubscriptionId
Declaration
public string ExternalSubscriptionId { get; set; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; set; }
Property Value
Gateway
Declaration
public string Gateway { get; set; }
Property Value
PaymentRequestId
Declaration
public Guid PaymentRequestId { get; set; }
Property Value
PeriodEndDate
Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
State
Declaration
public PaymentRequestState State { get; }
Property Value
Implements
Extension Methods