Show / Hide Table of Contents

Class PaymentModuleExtensionConsts.EntityNames

Inheritance
object
PaymentModuleExtensionConsts.EntityNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending
Assembly: Volo.Payment.Domain.Shared.dll
Syntax
public static class PaymentModuleExtensionConsts.EntityNames

Fields

GatewayPlan

Declaration
public const string GatewayPlan = "GatewayPlan"
Field Value
Type Description
string

PaymentRequest

Declaration
public const string PaymentRequest = "PaymentRequest"
Field Value
Type Description
string

PaymentRequestProduct

Declaration
public const string PaymentRequestProduct = "PaymentRequestProduct"
Field Value
Type Description
string

Plan

Declaration
public const string Plan = "Plan"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform