com.createsend.models.clients
Class CreditsTransferResult

java.lang.Object
  extended by com.createsend.models.clients.CreditsTransferResult

public class CreditsTransferResult
extends java.lang.Object


Field Summary
 int AccountCredits
          Represents the number of credits in your account now.
 int ClientCredits
          Represents the number of credits in the client's account now.
 
Constructor Summary
CreditsTransferResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AccountCredits

public int AccountCredits
Represents the number of credits in your account now.


ClientCredits

public int ClientCredits
Represents the number of credits in the client's account now.

Constructor Detail

CreditsTransferResult

public CreditsTransferResult()