Sha256: 3a8ab809f86d41cd6b77f16febd352a5e9a888f5f9581fc92d9e23c7692380b7
Contents?: true
Size: 1.42 KB
Versions: 15
Compression:
Stored size: 1.42 KB
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "credit_card_details", "description" : "Credit card related preauthorization details", "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 }, "cc_sequence" : { "description" : "CreditCard sequence identifier, identical for all related transactions", "type" : "string", "maxLength" : 255, "readOnly" : true }, "pos_code" : { "description" : "Code for point of service where card was used", "type" : "string", "maxLength" : 3, "readOnly" : true }, "financial_network_code" : { "description" : "", "type" : "string", "maxLength" : 5, "readOnly" : true } } }
Version data entries
15 entries across 15 versions & 1 rubygems