DerivedRateAvailLoadInput
Represents a derived rate availability to load.
input DerivedRateAvailLoadInput {
rateCode: String
isActive: Boolean!
restrictions: RestrictionsDerivedRateLoadInput
}
Fields
DerivedRateAvailLoadInput.rateCode ● String scalar
Code associated with the rate.
DerivedRateAvailLoadInput.isActive ● Boolean! non-null scalar
Indicates whether the rate is active.
DerivedRateAvailLoadInput.restrictions ● RestrictionsDerivedRateLoadInput input
Restrictions to load for the derived rate. See RestrictionsLoad.