Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 618 Bytes

FullyEncryptedKeyedDataFormat.md

File metadata and controls

22 lines (16 loc) · 618 Bytes

WorldnetPayments::FullyEncryptedKeyedDataFormat

Properties

Name Type Description Notes
device EncryptionCapableDevice
encrypted_data String The full card data encrypted by the device.
first_digit_of_pan String The first digit of the primary account number (PAN) / card number. [optional]

Example

require 'worldnet_payments'

instance = WorldnetPayments::FullyEncryptedKeyedDataFormat.new(
  device: null,
  encrypted_data: null,
  first_digit_of_pan: null
)