OBJECT

DurationExtensionDiscountItem

link GraphQL Schema definition

  • type DurationExtensionDiscountItem {
  • promotionTypeSelectionId: Int!
  • promotionTypeId: Int
  • discountedOfferingId: Int
  • priceDiscountAmount: Float
  • possibleExtensionDurationAmount: Int
  • appliedExtensionDurationAmount: Int
  • extensionDurationTypeId: Int
  • extensionDurationType: DurationType
  • currencyId: Int
  • currency: Currency
  • promotionTypeSelection: PromotionTypeSelection
  • }