com.norbl.cbp.ppe.usermonitor
Class CancelBillingMessage

java.lang.Object
  extended by com.norbl.cbp.ppe.usermonitor.CancelBillingMessage
All Implemented Interfaces:
java.io.Serializable

public class CancelBillingMessage
extends java.lang.Object
implements java.io.Serializable

NOTE that this class does NOT extend Message and is not sent to UserMonitor. When a user wants to cancel billing authorization, this object is written to the s3 bucket norbl-inbox.

See Also:
Serialized Form

Field Summary
 java.lang.String key
           
 java.lang.String uid
           
 
Constructor Summary
CancelBillingMessage(java.lang.String uid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

public java.lang.String uid

key

public java.lang.String key
Constructor Detail

CancelBillingMessage

public CancelBillingMessage(java.lang.String uid)
                     throws java.lang.Exception
Throws:
java.lang.Exception