Sha256: 7f3c1d9d4686794e0986db1052b8ec8015a1c301e853b1256b1a88ced17d0772
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" : "Fidor internal transfer related preauthorization details", "properties" : { "remote_account_id" : { "$ref" : "../base_types/base_types.json#definitions/account_id", "readOnly" : true }, "internal_transfer_id" : { "description" : "Id of transfer if transaction/preauth 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 transfer sender", "readOnly" : true, "type" : "string" }, "remote_iban" : { "description" : "IBAN of the transfer sender", "readOnly" : true, "type" : "string" }, "remote_name" : { "description" : "Full name of the transfer sender", "readOnly" : true, "type" : "string" }, "remote_nick" : { "description" : "Community nickname of the transfer 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/preauth_type_details/internal_transfer_details.json |
fidor_schema-0.10.1 | schema/v1.0/preauth_type_details/internal_transfer_details.json |