Sha256: 20021d4681160cb7f50a6c13f77c526996bf0d49d79631b07d96f673b1d8fb44

Contents?: true

Size: 904 Bytes

Versions: 15

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

15 entries across 15 versions & 1 rubygems

Version Path
fidor_schema-0.5.0 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.4.3 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.4.2 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.4.1 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.4.0 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.3.5 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.3.4 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.3.3 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.3.2 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.3.1 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.3.0 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.2.2 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.2.1 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.2.0 schema/v1.0/transaction_type_details/credit_card_details.json
fidor_schema-0.1.18 schema/v1.0/transaction_type_details/credit_card_details.json