Show / Hide Table of Contents

Enum PaymentType

Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Domain.Shared.dll
Syntax
public enum PaymentType : byte

Fields

Name Description
OneTime
Subscription

Extension Methods

AbpObjectExtensions.If<PaymentType>(PaymentType, bool, Action<PaymentType>)
AbpObjectExtensions.If<PaymentType>(PaymentType, bool, Func<PaymentType, PaymentType>)
AbpObjectExtensions.IsIn<PaymentType>(PaymentType, IEnumerable<PaymentType>)
AbpObjectExtensions.IsIn<PaymentType>(PaymentType, params PaymentType[])
AbpQueryableExtensions.OrderByIf<T, PaymentType>(PaymentType, bool, string)
AbpQueryableExtensions.PageBy<T, PaymentType>(PaymentType, int, int)
AbpQueryableExtensions.WhereIf<T, PaymentType>(PaymentType, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, PaymentType>(PaymentType, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, PaymentType>(PaymentType, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, PaymentType>(PaymentType, bool, int?)
In this article
Back to top Powered by ABP.IO Platform