com.createsend.models.clients
Class CreditsTransferDetails

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

public class CreditsTransferDetails
extends java.lang.Object


Field Summary
 boolean CanUseMyCreditsWhenTheyRunOut
          If set to true, will allow the client to continue sending using your credits or payment details once they run out of credits, and if set to false, will prevent the client from using your credits to continue sending until you allocate more credits to them.
 int Credits
          Represents the number of credits to transfer.
 
Constructor Summary
CreditsTransferDetails()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Credits

public int Credits
Represents the number of credits to transfer. This value may be either positive if you want to allocate credits from your account to the client, or negative if you want to deduct credits from the client back into your account.


CanUseMyCreditsWhenTheyRunOut

public boolean CanUseMyCreditsWhenTheyRunOut
If set to true, will allow the client to continue sending using your credits or payment details once they run out of credits, and if set to false, will prevent the client from using your credits to continue sending until you allocate more credits to them.

Constructor Detail

CreditsTransferDetails

public CreditsTransferDetails()