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

Version Path
fidor_schema-0.10.16 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.15 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.14 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.12 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.11 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.10 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.9 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.8 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.7 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.6 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.5 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.4 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.2 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.1 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.10.0 schema/v1.0/transaction_type_details/bonus_details.json
fidor_schema-0.8.0 schema/v1.0/transaction_type_details/bonus_details.json