Sha256: f99057daf431454b85887df49ab88a603688af19df2262413bf5b7a3ce1291eb
Contents?: true
Size: 873 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fidor_schema-0.5.0 | schema/v1.0/transaction_type_details/sepa_credit_transfer_details.json |
fidor_schema-0.4.3 | schema/v1.0/transaction_type_details/sepa_credit_transfer_details.json |