Period
Inclusive [from, to] time window covered by an account invoice.
type Period {
from: Int!
to: Int!
}
Fields
Period.from ● Int! non-null scalar
Period start as a unix timestamp (seconds).
Period.to ● Int! non-null scalar
Period end as a unix timestamp (seconds).
Member Of
AccountInvoice object