RateGroupEligibilityScheduleType
Represents a schedule for rate group eligibility within a contract.
Note: This type is a stub, and will be fleshed out in the future.
Fields
The period during which this eligibility is effective.
Indicates if the rate group is eligible.
The product code associated with the rate group.
The rate group code.
The external identifier of the supply point this schedule targets. When null, the schedule targets all agreements for the product.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"effectivePeriod": RateGroupEligibilityPeriodType,
"isEligible": true,
"productCode": "happy-memory-say-collection-president",
"rateGroupCode": "require-spring-especially-participant-discussion",
"supplyPointIdentifier": "85302141"
}