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 information.
  • cancelationDate: Date
  • # Whole natural number.
  • periodCount: Int
  • # Field whose values are strictly defined with an enumeration of values.
  • periodType: RevenueSchedulePeriodTypeEnum
  • # Date information.
  • startDate: Date
  • # Revision when entity was lastly changed.
  • revision: Int
  • }