CreateCancelationScheduleItemInput
Defines the input for creating a cancelation schedule item.
input CreateCancelationScheduleItemInput {
alternateCurrencyAmounts: [MoneyInput!]
fromCancelationDate: LocalDate
type: CancelationScheduleItemType!
value: Float!
}
Fields
CreateCancelationScheduleItemInput.alternateCurrencyAmounts ● [MoneyInput!] list input
The list of alternate currency amounts for the cancelation schedule item when the type is AMOUNT. Optional.
CreateCancelationScheduleItemInput.fromCancelationDate ● LocalDate scalar
The date that the cancelation schedule item will apply from. Optional.
CreateCancelationScheduleItemInput.type ● CancelationScheduleItemType! non-null enum
The type of the cancelation item.
CreateCancelationScheduleItemInput.value ● Float! non-null scalar
The value for the cancelation schedule item.
If the type is PERCENTAGE the value should be a percentage expressed as a decimal value.