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