OBJECT

InstanceServiceFunds

types.instance_service_funds

link GraphQL Schema definition

  • type InstanceServiceFunds {
  • # The service ID in core used to fund the instance service.
  • core_service_id: 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.)
  • available_funds_in_hundredths: Int!
  • # The instance service fund type.
  • instance_service_fund_type: InstanceServiceFundType
  • # Whether the instance service is paid for automatically.
  • auto_pay: Boolean
  • # The precision used for the costs associated with this funded service.
  • cost_precision: FundedServiceCostPrecision
  • }