Sha256: 1b3ac2b8ce87ceda83e04e8cc4a4c88cd0710cf12221ad981d5e3273b5950a4f
Contents?: true
Size: 1.48 KB
Versions: 10
Compression:
Stored size: 1.48 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" }, "recipient_name": { "$ref" : "../base_types/base_types.json#definitions/recipient_name" } } }
Version data entries
10 entries across 10 versions & 1 rubygems