Show / Hide Table of Contents

Class CreateModalModel.GatewayPlanCreateViewModel

Inheritance
object
CreateModalModel.GatewayPlanCreateViewModel
Namespace: Volo.Payment.Admin.Web.Pages.Payment.Plans.GatewayPlans
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class CreateModalModel.GatewayPlanCreateViewModel : ExtensibleObject

Constructors

GatewayPlanCreateViewModel()

Declaration
public GatewayPlanCreateViewModel()

Properties

ExternalId

Declaration
[Required]
public string ExternalId { get; set; }
Property Value
Type Description
string

Gateway

Declaration
[Required]
public string Gateway { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft