Class CreateModalModel.GatewayPlanCreateViewModel
Inheritance
CreateModalModel.GatewayPlanCreateViewModel
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class CreateModalModel.GatewayPlanCreateViewModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
GatewayPlanCreateViewModel()
Declaration
public GatewayPlanCreateViewModel()
Properties
ExternalId
Declaration
[Required]
public string ExternalId { get; set; }
Property Value
Gateway
Declaration
[Required]
[SelectItems("SelectableGateways")]
public string Gateway { get; set; }
Property Value
Implements
Extension Methods