EffectivePriceRule
No description
type EffectivePriceRule {
id: ID!
productId: ID!
price: Float!
priceProfilePeriodId: ID!
billingProfileId: ID
billingProfileName: String
payerScope: PriceRulePayerScope!
payerId: ID
payerName: String
locationId: ID
locationName: String
clinicianId: ID
clinicianName: String
profilePeriodStartDay: String
profilePeriodEndDay: String
}