DocSpace-buildtools/common/ASC.Core.Common/Core/PartnerPaymentMethod.cs

9 lines
93 B
C#
Raw Normal View History

2022-02-15 11:52:43 +00:00
namespace ASC.Core;
public enum PartnerPaymentMethod
2019-05-15 14:56:09 +00:00
{
2022-02-15 11:52:43 +00:00
Keys,
PayPal,
External
}