Sha256: ac6683fe1cfc502ca99f07e4e82d0fb380b5890f743258d695c44ad2d67487ee
Contents?: true
Size: 1.03 KB
Versions: 16
Compression:
Stored size: 1.03 KB
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "bonus_details", "description" : "Information about bonus available in a bonus transaction", "properties" : { "affiliate_id" : { "description" : "An affiliate identifier", "type" : "string", "readOnly" : true }, "affiliate_name" : { "description" : "Name of the affiliate", "type" : "string", "readOnly" : true }, "affiliate_transaction_type_id" : { "description" : "Identifier of the transaction type", "type" : "string", "readOnly" : true }, "affiliate_transaction_type_name" : { "description" : "The name of the transaction type", "type" : "string", "readOnly" : true }, "affiliate_transaction_type_category" : { "description" : "The category of the transaction type, e.g. Community, Banking, Bonusprogramm", "type" : "string", "readOnly" : true } } }
Version data entries
16 entries across 16 versions & 1 rubygems