PriceRuleSummary
No description
type PriceRuleSummary {
id: ID!
productId: ID!
price: Float!
priceProfilePeriodId: ID!
locationId: ID
payingAccountId: ID
clinicianId: ID
createdAt: DateTime
updatedAt: DateTime
}
Fields
PriceRuleSummary.id ● ID! non-null scalar
PriceRuleSummary.productId ● ID! non-null scalar
PriceRuleSummary.price ● Float! non-null scalar
PriceRuleSummary.priceProfilePeriodId ● ID! non-null scalar
PriceRuleSummary.locationId ● ID scalar
PriceRuleSummary.payingAccountId ● ID scalar
PriceRuleSummary.clinicianId ● ID scalar
PriceRuleSummary.createdAt ● DateTime scalar
PriceRuleSummary.updatedAt ● DateTime scalar
Member Of
PriceRulePayload object