com.ecwid.mailchimp.method.v1_3.campaign
Class EcommOrderItemInfo

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.ecwid.mailchimp.MailChimpObject
          extended by com.ecwid.mailchimp.method.v1_3.campaign.EcommOrderItemInfo
All Implemented Interfaces:
Serializable, Map<String,Object>

public class EcommOrderItemInfo
extends MailChimpObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.ecwid.mailchimp.MailChimpObject
MailChimpObject.Field
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 Integer category_id
           
 String category_name
           
 Double cost
           
 Integer line_num
           
 Integer product_id
           
 String product_name
           
 Double qty
           
 String sku
           
 
Constructor Summary
EcommOrderItemInfo()
           
 
Method Summary
 
Methods inherited from class com.ecwid.mailchimp.MailChimpObject
as, clear, containsKey, entrySet, fromJson, get, getReflectiveMappingTypes, getReflectiveMappingTypes, keySet, put, remove, size, toJson
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, putAll, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

line_num

@MailChimpObject.Field
public Integer line_num

product_id

@MailChimpObject.Field
public Integer product_id

sku

@MailChimpObject.Field
public String sku

product_name

@MailChimpObject.Field
public String product_name

category_id

@MailChimpObject.Field
public Integer category_id

category_name

@MailChimpObject.Field
public String category_name

qty

@MailChimpObject.Field
public Double qty

cost

@MailChimpObject.Field
public Double cost
Constructor Detail

EcommOrderItemInfo

public EcommOrderItemInfo()


Copyright © 2012-2014 Ecwid, Inc. All Rights Reserved.