Sha256: 99f14f425b86633dc67e0a03ee43e037f23075cb282694ac3822e6fa24d95864
Contents?: true
Size: 772 Bytes
Versions: 3
Compression:
Stored size: 772 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "title": "fps_details", "description": "Remote account information available in a Faster Payments transfer", "properties": { "fps_transfer_id": { "description": "Id of transfer if transaction was created by a transfer.", "readOnly": true, "type": "string" }, "remote_name": { "description": "Receiving account holder name", "type": "string", "maxLength": 70, "readOnly": true }, "remote_account": { "$ref": "../base_types/base_types.json#definitions/account", "readOnly": true }, "remote_sort_code": { "$ref": "../base_types/base_types.json#definitions/sort_code", "readOnly": true } } }
Version data entries
3 entries across 3 versions & 1 rubygems