All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.cdm-event-common-BillingRecordInstruction.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "BillingRecordInstruction",
  "description": "Specifies the instructions for creation of a billing record.",
  "properties": {
    "tradeState": {
      "description": "The trade for the individual billing record.",
      "$ref": "cdm-event-common-metafields-ReferenceWithMetaTradeState.schema.json"
    },
    "observation": {
      "description": "The observations used to calculate the billing amount.",
      "type": "array",
      "items": {
        "$ref": "cdm-observable-event-Observation.schema.json"
      },
      "minItems": 1
    },
    "recordStartDate": {
      "description": "The starting date of the period described by this record",
      "type": "string"
    },
    "recordEndDate": {
      "description": "The ending date of the period described by this record",
      "type": "string"
    },
    "settlementDate": {
      "description": "The date for settlement of the transfer.",
      "type": "string"
    }
  },
  "required": [
    "tradeState",
    "recordStartDate",
    "recordEndDate",
    "settlementDate"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy