public class AdCenterOrderItem {
Member of [Namespace]
public int OrderItemId;
public double ExactMatchAmt;
public double PhraseMatchAmt;
public double BroadMatchAmt;
public double ContentMatchAmt;
public string SubstParam1;
public string SubstParam2;
public string SubstParam3;
public string Keyword;
public string [] NotKeywords;
public OrderItemStatus Status;
}