Sha256: 73ee97b387b77a5f2ba44a40465fbe6895363747242522c408e2b5f73a5b47a4
Contents?: true
Size: 873 Bytes
Versions: 1
Compression:
Stored size: 873 Bytes
Contents
{ "type" : "object", "title" : "Sepa Credit Transfer Details", "name" : "sepa_credit_transfer_details", "description" : "Remote account information available in a SEPA credit transfer", "properties" : { "sepa_credit_transfer_id" : { "description" : "Id of transfer if transaction was created by a transfer. Refunded transactions have no id", "readOnly" : true, "type" : "string" }, "remote_name" : { "description" : "Receiving/Sending account holder name", "type" : "string", "readOnly" : true, "maxLength" : 70 }, "remote_iban" : { "$ref" : "../base_types/base_types.json#definitions/iban", "readOnly" : true }, "remote_bic" : { "$ref" : "../base_types/base_types.json#definitions/bic", "readOnly" : true } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fidor_schema-0.5.1 | schema/v1.0/transaction_type_details/sepa_credit_transfer_details.json |