Skip to content

InterchangeIDCollection

Greg Kolinski edited this page Nov 27, 2017 · 6 revisions

Back To Object Classes


public partial class InterchangeIDInfoCollection {
        public short PageSize {get; set;}
        public short PageNumber {get;set;}
        public short Count {get;set;}
        public int TotalRecords {get;set;}
        public short TotalPages {get;set;}
        public InterchangeIDInfo[] InterchangeIDInfoList {get;set;}
    }

Public Properties


Back To Object Classes

Clone this wiki locally