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

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.AccountRewardDetails
All Implemented Interfaces:
Serializable, Map<String,Object>

public class AccountRewardDetails
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
 List<AccountAppliedReward> applied
           
 AccountRewardCounter credits
           
 AccountRewardCounter inspections
           
 String notify_email
           
 String notify_on
           
 List<AccountRewardReferral> referrals
           
 Integer referrals_this_month
           
 
Constructor Summary
AccountRewardDetails()
           
 
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

referrals_this_month

@MailChimpObject.Field
public Integer referrals_this_month

notify_on

@MailChimpObject.Field
public String notify_on

notify_email

@MailChimpObject.Field
public String notify_email

credits

@MailChimpObject.Field
public AccountRewardCounter credits

inspections

@MailChimpObject.Field
public AccountRewardCounter inspections

referrals

@MailChimpObject.Field
public List<AccountRewardReferral> referrals

applied

@MailChimpObject.Field
public List<AccountAppliedReward> applied
Constructor Detail

AccountRewardDetails

public AccountRewardDetails()


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