PriceProfileSummary
No description
type PriceProfileSummary {
id: ID!
isSelfPay: Boolean!
locationIds: [ID!]!
name: String!
payingAccountIds: [ID!]!
createdAt: DateTime
updatedAt: DateTime
}
Fields
PriceProfileSummary.id ● ID! non-null scalar
PriceProfileSummary.isSelfPay ● Boolean! non-null scalar
PriceProfileSummary.locationIds ● [ID!]! non-null scalar
PriceProfileSummary.name ● String! non-null scalar
PriceProfileSummary.payingAccountIds ● [ID!]! non-null scalar
PriceProfileSummary.createdAt ● DateTime scalar
PriceProfileSummary.updatedAt ● DateTime scalar
Member Of
PriceProfilePayload object