PETUtility.Data.Fundamentals.Models.Financial.Payment.GetTypeDescription C# (CSharp) Method

GetTypeDescription() public method

public GetTypeDescription ( ) : string
return string
        public string GetTypeDescription()
        {
            return Type.GetDescription();
        }