Sha256: 16578fcb8bb5ef2d52685c0ef47d34a4c2bd93d6db841f4736bf56d46d83c969
Contents?: true
Size: 660 Bytes
Versions: 8
Compression:
Stored size: 660 Bytes
Contents
# OpenapiClient::BlockCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **card_number** | **String** | Use this field to send clear PAN or tokens other than TransArmor Token. | [optional] **order_id** | **String** | Client order ID. | [optional] **merchant_transaction_id** | **String** | The unique merchant transaction ID. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::BlockCard.new(card_number: 5424180279791732, order_id: 123456, merchant_transaction_id: lsk23532djljff3) ```
Version data entries
8 entries across 8 versions & 1 rubygems