Class ChargeAccount

java.lang.Object
com.onenetwork.platform.common.paymentgateway.model.ChargeAccount

public class ChargeAccount
extends java.lang.Object
ChargeAccount objects allow you to perform recurring charges and track multiple charges that are associated with the same ChargeAccount.
  • Constructor Summary

    Constructors 
    Constructor Description
    ChargeAccount()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    java.lang.String getId()  
    boolean isSetDescription()  
    boolean isSetId()  
    void setDescription​(java.lang.String description)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait