Show / Hide Table of Contents

Class CompletePaymentRequestSubscriptionDto

Inheritance
object
CompletePaymentRequestSubscriptionDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class CompletePaymentRequestSubscriptionDto

Constructors

CompletePaymentRequestSubscriptionDto()

Declaration
public CompletePaymentRequestSubscriptionDto()

Properties

ExternalSubscriptionId

Declaration
public string ExternalSubscriptionId { get; set; }
Property Value
Type Description
string

PeriodEndDate

Declaration
public DateTime PeriodEndDate { get; set; }
Property Value
Type Description
DateTime
In this article
Back to top Powered by Volosoft