MailboxOwnerInfo - LorenData/ECGrid-API GitHub Wiki

Back To Object Classes


public partial class MailboxOwnerInfo {
        public int PricelistID {get;set;}
        public int ContractID {get;set;}
    }

Public Properties

  • PricelistID - Integer: The value assigned to a specific Pricelist identifier.
  • ContractID - Integer: The value assigned to a specific Contract identifier.

Back To Object Classes