Class GatewayPlanCreateInput
Inherited Members
Namespace: Volo.Payment.Admin.Plans
Assembly: Volo.Payment.Admin.Application.Contracts.dll
Syntax
public class GatewayPlanCreateInput : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
GatewayPlanCreateInput()
Declaration
public GatewayPlanCreateInput()
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 |