OBJECT
InstanceServiceFunds
types.instance_service_funds
link GraphQL Schema definition
- type InstanceServiceFunds {
- # The service ID in core used to fund the instance service.
- Int64Bit! :
- # The amount of funds currently available for the instance service. Stored as one
- # hundredth of the smallest currency value (e.g. cents, pence, pesos.)
- Int! :
- # The instance service fund type.
- InstanceServiceFundType :
- # Whether the instance service is paid for automatically.
- Boolean :
- # The precision used for the costs associated with this funded service.
- FundedServiceCostPrecision :
- }