DerivedRateAvailLoad
Represents a derived rate availability to load.
type DerivedRateAvailLoad {
  rateCode: String
  isActive: Boolean!
  restrictions: RestrictionsDerivedRateLoad
}
Fields
DerivedRateAvailLoad.rateCode ● String scalar
Code associated with the rate.
DerivedRateAvailLoad.isActive ● Boolean! non-null scalar
Indicates whether the rate is active.
DerivedRateAvailLoad.restrictions ● RestrictionsDerivedRateLoad object
Restrictions to load for the derived rate. See RestrictionsLoad.
Member Of
DerivedRatesAvailLoad  object