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

.cdm-java.6.0.0-dev.63.source-code.cdm-base-staticdata-party-PartyReferencePayerReceiver.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.base.staticdata.party",
  "type": "object",
  "title": "PartyReferencePayerReceiver",
  "description": "Specifies the parties responsible for making and receiving payments defined by this structure.",
  "properties": {
    "payerPartyReference": {
      "description": "The party responsible for making the payments defined by this structure.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
    },
    "payerAccountReference": {
      "description": "A reference to the account responsible for making the payments defined by this structure.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaAccount.schema.json"
    },
    "receiverPartyReference": {
      "description": "The party that receives the payments corresponding to this structure.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
    },
    "receiverAccountReference": {
      "description": "A reference to the account that receives the payments corresponding to this structure.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaAccount.schema.json"
    }
  },
  "required": [
    "payerPartyReference",
    "receiverPartyReference"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy