Class BillingRecurrence

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

@Entity public class BillingRecurrence extends BillingBase
A recurring billable event.

Unlike BillingEvent events, these do not store an explicit cost, since the cost of the recurring event might change and each time we bill for it, we need to bill at the current cost, not the value that was in use at the time the recurrence was created.

See Also: