ProviderCheck
No description
type ProviderCheck {
id: ID
name: String
description: String
sourceType: SourceType
provider: Provider
providerId: ID
checkType: CheckType
costPerCheck: Decimal
pricePerCheck: Decimal
revShare: Decimal
maxRateMonthly: Int
checkTypes: [ProviderCheckType]
fieldSets: [FieldSet]
fields: [Field]
created: DateTime
modified: DateTime
deleted: DateTime
}