namespace CMSMicroservice.Domain.Enums;
//
public enum PaymentMethod
{
IPG = 0,
Wallet = 1,
Deposit = 2,
}