Sha256: 0784436f621da393eea2daead776e6076f873819a8327b1debc9f3e5b89fdddc
Contents?: true
Size: 1.09 KB
Versions: 16
Compression:
Stored size: 1.09 KB
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "gmt_details", "description" : "Information about details of the global money transfer transaction", "properties" : { "destination_country" : { "$ref" : "../base_types/base_types.json#definitions/country", "readOnly" : true }, "destination_currency" : { "$ref" : "../base_types/base_types.json#definitions/currency", "readOnly" : true }, "amount_in_destination_currency" : { "description" : "Amount transferred in the destination currency", "$ref" : "../base_types/base_types.json#definitions/amount", "readOnly" : true }, "exchange_rate" : { "description" : "Exchange rate valid at the time the transfer has been performed", "type" : "number", "readOnly" : true }, "fee_transaction_id" : { "description" : "A unique identifier of the fee transaction that belongs to the gmt transaction", "type" : "string", "readOnly" : true } } }
Version data entries
16 entries across 16 versions & 1 rubygems