Documentation
Installment Plan Slice

The installment plan slice defines a single slice of an installment plan.

States
  • Create
    The create state indicates that the Installment Plan Slice is in creation.
  • Active
    The active state indicates that the Installment Plan Slice is active and may be used.
  • Inactive
    The inactive state indicates that the Installment Plan Slice is inactive and may not be used.
  • Deleting
    The deleting state indicates that the Installment Plan Slice is in the process to be deleted.
  • Deleted
    The deleted state marks the entity for purging from the database.
Properties
  • ID
    A unique identifier for the object.
  • Installment Plan
    The installment plan this slice belongs to.
  • Line Item Title
    The title of this slices line items. The title is visible to the buyer.
  • Linked Space ID
    The ID of the space this object belongs to.
  • Period
    The period defines how much time passes between the last slice and this slice. The charge is triggered at the end of the period. When the slice should be charged immediately the period needs to be zero.
  • Planned Purge Date
    The date and time when the object is planned to be permanently removed. If the value is empty, the object will not be removed.
  • Priority
    The priority controls in which order the slices are applied. The lower the value the higher the precedence.
  • Proportion
    The proportion defines how much of the total installment payment has to be paid in this slice. The value is summed up with the other slices and the ratio of all proportions compared to proportion of this slice determines how much the buyer has to pay in this slice.
  • State
    The object's current state.
  • Version
    The version is used for optimistic locking and incremented whenever the object is updated.