Period
Account invoice period
type Period {
from: Int!
to: Int!
}
Fields
Period.from
● Int!
non-null scalar
Start date of the period as a unix timestamp
Period.to
● Int!
non-null scalar
End date of the period as a unix timestamp
Member Of
AccountInvoice
object