INPUT_OBJECT
BillingFilters
Attributes for filtering billings
link GraphQL Schema definition
- input BillingFilters {
- # Billings created since this time
- ISO8601DateTime :
- # Billings created until this time
- ISO8601DateTime :
- # Billings paid since this time
- ISO8601DateTime :
- # Billings paid until this time
- ISO8601DateTime :
- # Billings with one of these statuses
- BillingStatusEnum!] : [
- }