TerminationFee
Represents details of termination fee on a pricing plan
This page contains
Fields
terminationFeeType: TerminationFeeType! | Type of termination fee PERCENTAGE, FLAT_RATE |
description: String | Description for termination fee |
localizedDescriptions: [LocalizedString!] | Localized descriptions for termination fee details |
percentageFee: BigDecimal PREVIEW | If its percentage fee the percentage amount 1 = 100% |
flatFee: [PricingMonetaryStructure!] | Defines developer price for termination fee on the plan |
gracePeriod: GracePeriod | Defines a period when customers will not be charged a termination fee |
Parent objects of TerminationFee
PricingPlanContract | Represents details of contract on pricing plan |