BillAmount
No description
type BillAmount {
endAt: Date!
id: UUID!
periodDays: Int!
site: Site
siteId: String!
totalAmount: Currency
}
Fields
BillAmount.endAt
● Date!
non-null scalar
BillAmount.id
● UUID!
non-null scalar
BillAmount.periodDays
● Int!
non-null scalar
BillAmount.site
● Site
object
Reads a single Site
that is related to this BillAmount
.
BillAmount.siteId
● String!
non-null scalar
BillAmount.totalAmount
● Currency
object
Returned By
billAmounts
query
Member Of
Site
object