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