Skip to main content

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
}

Fields

EffectivePriceRule.id ● ID! non-null scalar

EffectivePriceRule.productId ● ID! non-null scalar

EffectivePriceRule.price ● Float! non-null scalar

EffectivePriceRule.priceProfilePeriodId ● ID! non-null scalar

EffectivePriceRule.billingProfileId ● ID scalar

EffectivePriceRule.billingProfileName ● String scalar

EffectivePriceRule.payerScope ● PriceRulePayerScope! non-null enum

EffectivePriceRule.payerId ● ID scalar

EffectivePriceRule.payerName ● String scalar

EffectivePriceRule.locationId ● ID scalar

EffectivePriceRule.locationName ● String scalar

EffectivePriceRule.clinicianId ● ID scalar

EffectivePriceRule.clinicianName ● String scalar

EffectivePriceRule.profilePeriodStartDay ● String scalar

EffectivePriceRule.profilePeriodEndDay ● String scalar

Member Of

ResolveEffectivePriceRuleData object