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-TransferState.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": "TransferState",
  "description": "Defines the fundamental financial information associated with a Transfer event. Each TransferState specifies where a Transfer is in its life-cycle. TransferState is a root type and as such, can be created independently to any other CDM data type, but can also be used as part of the CDM Event Model.",
  "properties": {
    "transfer": {
      "description": "Represents the Transfer that has been effected by a business or life-cycle event.",
      "$ref": "cdm-event-common-Transfer.schema.json"
    },
    "transferStatus": {
      "description": "Represents the State of the Transfer through its life-cycle.",
      "$ref": "cdm-event-common-TransferStatusEnum.schema.json"
    }
  },
  "required": [
    "transfer"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy