Sha256: 6d0e50f736941f5fd55b8b051b0e1dc46c3e5b64a35089221fbdbdc1b4036d45

Contents?: true

Size: 848 Bytes

Versions: 1

Compression:

Stored size: 848 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/Sending account holder name",
      "type"        : "string",
      "readOnly"    : true,
      "maxLength"   : 70
    },
    "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

1 entries across 1 versions & 1 rubygems

Version Path
fidor_schema-0.10.6 schema/v1.0/transaction_type_details/fps_details.json