Sha256: 0346c063a854ebd2f636ebe54069b6e00a7523199073f33685c07fde1a5ed12c

Contents?: true

Size: 904 Bytes

Versions: 1

Compression:

Stored size: 904 Bytes

Contents

{
  "type"        : "object",
  "title"       : "Credit Card Details",
  "name"        : "credit_card_details",
  "description" : "Credit card information available in a CreditCard transaction",
  "properties"  : {
    "cc_merchant_name" : {
      "description" : "CreditCard merchant initiating the transaction",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_merchant_category" : {
      "description" : "Category given by the merchant",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_type" : {
      "description" : "CreditCard type",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    },
    "cc_category" : {
      "description" : "CreditCard category",
      "type"        : "string",
      "maxLength"   : 255,
      "readOnly"    : true
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fidor_schema-0.5.1 schema/v1.0/transaction_type_details/credit_card_details.json