Show / Hide Table of Contents

Class CompletePaymentRequestDto

Inheritance
object
CompletePaymentRequestDto
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class CompletePaymentRequestDto : ExtensibleObject

Constructors

CompletePaymentRequestDto()

Declaration
public CompletePaymentRequestDto()

Properties

GateWay

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

IsSubscription

Declaration
public bool IsSubscription { get; set; }
Property Value
Type Description
bool

SubscriptionInfo

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