Class BillingCancellation

All Implemented Interfaces:
Buildable, TransferData.TransferServerApproveEntity, UnsafeSerializable, Serializable, Cloneable

@Entity public class BillingCancellation extends BillingBase
An event representing a cancellation of one of the other two billable event types.

This is implemented as a separate event rather than a bit on BillingEvent in order to preserve the immutability of billing events.

See Also: