Skip to main content
Glama
IProduct.cs632 B
using System.Collections.Generic; namespace Api.DigitalPages.Interfaces.Models { public interface IProduct : IBaseModelV3, IRestrictedDataV4<IProductAuthorization> { string Name { get; set; } string UniqueName { get; set; } string Currency { get; set; } double Amount { get; set; } ProductType Type { get; set; } int? MaxInstallments { get; set; } List<double> InstallmentsTax { get; set; } } public enum ProductType { Undefined, Consumable, NotConsumable, Subscription, Voucher, Campaign } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server