INPUT_OBJECT

CreateOpptyProductRelationRevenueScheduleNoIdBackrefInput

link GraphQL Schema definition

  • input CreateOpptyProductRelationRevenueScheduleNoIdBackrefInput {
  • # Specifies if the entity is considered deleted.
  • isDeleted: Boolean
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Date when the revenue schedule was cancelled. Empty for active schedules.
  • cancelationDate: Date
  • # Number of periods the line-item amount is split into.
  • periodCount: Int
  • # Length of each period (e.g. Monthly, Quarterly, Yearly).
  • periodType: RevenueSchedulePeriodTypeEnum
  • # Date when revenue recognition for this product line begins.
  • startDate: Date
  • # Revision when entity was lastly changed.
  • revision: Int
  • }