nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
id | String! | |
orgId | UUID! | |
provider | String | |
parentId | String | |
paymentOwnerId | String | |
invoiceOwnerId | String | |
company | String | |
firstName | String | |
lastName | String | |
email | String | |
phone | String | |
vatNumber | String | |
vatNumberStatus | String | |
autoCollection | String | |
taxability | String | |
billingDate | Int | |
billingDateMode | String | |
billingDayOfWeek | String | |
billingDayOfWeekMode | String | |
preferredCurrencyCode | CurrencyCode | |
deleted | Boolean | |
cfCustomerType | String | |
cfAllowLicence | Boolean | |
cfPrimary | String | |
createdAt | Datetime | |
updatedAt | Datetime | |
billingResellerId | String | |
cfPartner | String | |
cfInvoicedPayment | Boolean | |
cfAccountManager | String | |
orgByOrgId | Org | Reads a single `Org` that is related to this `BillingCustomer`. |
billingResellerByBillingResellerId | BillingReseller | Reads a single `BillingReseller` that is related to this `BillingCustomer`. |
orgByBillingCustomerId | Org | Reads a single `Org` that is related to this `BillingCustomer`. |
spacesByBillingCustomerId | SpacesConnection! | Reads and enables pagination through a set of `Space`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [SpacesOrderBy!] | The method to use when ordering `Space`. |
condition | SpaceCondition | A condition to be used in determining which values should be returned by the collection. |
filter | SpaceFilter | A filter to be used in determining which values should be returned by the collection. |
billingAddressByBillingCustomerId | BillingAddress | Reads a single `BillingAddress` that is related to this `BillingCustomer`. |
billingPaymentSourcesByBillingCustomerId | BillingPaymentSourcesConnection! | Reads and enables pagination through a set of `BillingPaymentSource`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingPaymentSourcesOrderBy!] | The method to use when ordering `BillingPaymentSource`. |
condition | BillingPaymentSourceCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingPaymentSourceFilter | A filter to be used in determining which values should be returned by the collection. |
billingSubscriptionsByBillingCustomerId | BillingSubscriptionsConnection! | Reads and enables pagination through a set of `BillingSubscription`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingSubscriptionsOrderBy!] | The method to use when ordering `BillingSubscription`. |
condition | BillingSubscriptionCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingSubscriptionFilter | A filter to be used in determining which values should be returned by the collection. |
billingSubscriptionFuturesByBillingCustomerId | BillingSubscriptionFuturesConnection! | Reads and enables pagination through a set of `BillingSubscriptionFuture`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingSubscriptionFuturesOrderBy!] | The method to use when ordering `BillingSubscriptionFuture`. |
condition | BillingSubscriptionFutureCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingSubscriptionFutureFilter | A filter to be used in determining which values should be returned by the collection. |
billingRenewalsByBillingCustomerId | BillingRenewalsConnection! | Reads and enables pagination through a set of `BillingRenewal`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingRenewalsOrderBy!] | The method to use when ordering `BillingRenewal`. |
condition | BillingRenewalCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingRenewalFilter | A filter to be used in determining which values should be returned by the collection. |
billingRenewalFuturesByBillingCustomerId | BillingRenewalFuturesConnection! | Reads and enables pagination through a set of `BillingRenewalFuture`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingRenewalFuturesOrderBy!] | The method to use when ordering `BillingRenewalFuture`. |
condition | BillingRenewalFutureCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingRenewalFutureFilter | A filter to be used in determining which values should be returned by the collection. |
billingHierarchiesByParentId | BillingHierarchiesConnection! | Reads and enables pagination through a set of `BillingHierarchy`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingHierarchiesOrderBy!] | The method to use when ordering `BillingHierarchy`. |
condition | BillingHierarchyCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingHierarchyFilter | A filter to be used in determining which values should be returned by the collection. |
billingHierarchiesByChildId | BillingHierarchiesConnection! | Reads and enables pagination through a set of `BillingHierarchy`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingHierarchiesOrderBy!] | The method to use when ordering `BillingHierarchy`. |
condition | BillingHierarchyCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingHierarchyFilter | A filter to be used in determining which values should be returned by the collection. |
billingHierarchiesByInvoiceeId | BillingHierarchiesConnection! | Reads and enables pagination through a set of `BillingHierarchy`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingHierarchiesOrderBy!] | The method to use when ordering `BillingHierarchy`. |
condition | BillingHierarchyCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingHierarchyFilter | A filter to be used in determining which values should be returned by the collection. |
billingHierarchiesByPayeeId | BillingHierarchiesConnection! | Reads and enables pagination through a set of `BillingHierarchy`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingHierarchiesOrderBy!] | The method to use when ordering `BillingHierarchy`. |
condition | BillingHierarchyCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingHierarchyFilter | A filter to be used in determining which values should be returned by the collection. |
billingAddonSubscriptionsByBillingCustomerId | BillingAddonSubscriptionsConnection! | Reads and enables pagination through a set of `BillingAddonSubscription`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingAddonSubscriptionsOrderBy!] | The method to use when ordering `BillingAddonSubscription`. |
condition | BillingAddonSubscriptionCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingAddonSubscriptionFilter | A filter to be used in determining which values should be returned by the collection. |
billingAddonSubscriptionFuturesByBillingCustomerId | BillingAddonSubscriptionFuturesConnection! | Reads and enables pagination through a set of `BillingAddonSubscriptionFuture`. |
first | Int | Only read the first `n` values of the set. |
last | Int | Only read the last `n` values of the set. |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. |
before | Cursor | Read all values in the set before (above) this cursor. |
after | Cursor | Read all values in the set after (below) this cursor. |
orderBy | [BillingAddonSubscriptionFuturesOrderBy!] | The method to use when ordering `BillingAddonSubscriptionFuture`. |
condition | BillingAddonSubscriptionFutureCondition | A condition to be used in determining which values should be returned by the collection. |
filter | BillingAddonSubscriptionFutureFilter | A filter to be used in determining which values should be returned by the collection. |