EventBill
Event bill
type EventBill {
Name: String
Id: String
Order: Int
Summary: String
Result: String
Link: String
Bill: Bill
Type: AgendaBillsTypeEnum
RelatedTo: String
RelatedToBill: Bill
Report: BillDocument
}
Fields
Name ● String scalar
Bill name
Id ● String scalar
Bill identifier
Order ● Int scalar
Bill order in the event
Summary ● String scalar
Bill summary
Result ● String scalar
Bill result in the event
Link ● String scalar
Bill link
Bill ● Bill object
Bill document
Type ● AgendaBillsTypeEnum enum
Bill agenda type
RelatedTo ● String scalar
Bill that is in the event agenda. This field is populated only when a bill is related to a bill on the event agenda."
RelatedToBill ● Bill object
Bill document that is in the event agenda. This field is populated only when a bill is related to a bill on the event agenda."
Report ● BillDocument object
Report document that is related to the event bill