com.ecwid.mailchimp.method.v1_3.helper
Class AccountAppliedReward

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

public class AccountAppliedReward
extends MailChimpObject

See http://apidocs.mailchimp.com/api/1.3/getaccountdetails.func.php

Author:
Matt Farmer
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
 Date date
           
 String order_desc
           
 Integer order_id
           
 Integer value
           
 
Constructor Summary
AccountAppliedReward()
           
 
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

value

@MailChimpObject.Field
public Integer value

date

@MailChimpObject.Field
public Date date

order_id

@MailChimpObject.Field
public Integer order_id

order_desc

@MailChimpObject.Field
public String order_desc
Constructor Detail

AccountAppliedReward

public AccountAppliedReward()


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