UpdateVolumeDiscountProgram
No description
type UpdateVolumeDiscountProgram {
version: Int!
id: ID!
benefitTiers: [VolumeBenefitTier!]!
endOfProgramTimestamp: Timestamp!
windowLength: Int!
}
Fields
UpdateVolumeDiscountProgram.version ● Int! non-null scalar
The current version of the volume discount program
UpdateVolumeDiscountProgram.id ● ID! non-null scalar
ID of the proposal that created the discount program
UpdateVolumeDiscountProgram.benefitTiers ● [VolumeBenefitTier!]! non-null object
The benefit tiers for the program
UpdateVolumeDiscountProgram.endOfProgramTimestamp ● Timestamp! non-null scalar
The end time of the program
UpdateVolumeDiscountProgram.windowLength ● Int! non-null scalar
The window legnth to consider for the volume discount program
Implemented by
ProposalChange union