Sha256: 1063e4636fb7f0394178878ff9f276097829d896088b5ee750ea734f0f88656a

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

{
  "$schema"     : "http://json-schema.org/draft-04/schema#",
  "type"        : "object",
  "title"       : "internal_transfer_details",
  "description" : "Remote account for a Fidor internal transfer",
  "properties"  : {
    "remote_account_id" : {
      "$ref"     : "../base_types/base_types.json#definitions/account_id",
      "readOnly" : true
    },
    "internal_transfer_id" : {
      "description" : "Id of transfer if transaction was created by a transfer. Refunded transactions have no id",
      "readOnly"    : true,
      "type"        : "string"
    },
    "receiver" : {
      "$ref" : "../internal_transfer.json#properties/receiver"
    },
    "remote_bic" : {
      "description" : "BIC of the transaction's sender",
      "readOnly"    : true,
      "type"        : "string"
    },
    "remote_iban" : {
      "description" : "IBAN of the transaction's sender",
      "readOnly"    : true,
      "type"        : "string"
    },
    "remote_name" : {
      "description" : "Full name of the transaction's sender",
      "readOnly"    : true,
      "type"        : "string"
    },
    "remote_nick" : {
      "description" : "Community nickname of the transaction's sender",
      "readOnly"    : true,
      "type"        : "string"
    },
    "remote_subject" : {
      "description" : "Subject of the transaction",
      "readOnly"    : true,
      "type"        : "string"
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fidor_schema-0.10.2 schema/v1.0/transaction_type_details/internal_transfer_details.json
fidor_schema-0.10.1 schema/v1.0/transaction_type_details/internal_transfer_details.json