PracticePaymentType
Information about a payment type on an invoice.
type PracticePaymentType {
id: ID!
name: String!
}
Fields
PracticePaymentType.id ● ID! non-null scalar
PracticePaymentType.name ● String! non-null scalar
Member Of
Practice object