| Name | Type | Description | Notes |
|---|---|---|---|
| public_key_fingerprint | str | The fingerprint of the public key used to encrypt the ephemeral AES key. | |
| encrypted_key | str | One-time use AES key encrypted by the MasterCard public key (as identified by publicKeyFingerprint) using the OAEP or PKCS#1 v1.5 scheme (depending on the value of oaepHashingAlgorithm. | |
| encrypted_data | NotifyTokenEncryptedPayload | ||
| oaep_hashing_algorithm | str | Hashing algorithm used with the OAEP scheme. Must be either SHA256 or SHA512. | [optional] |
| iv | str | The initialization vector used when encrypting data using the one-time use AES key. Must be exactly 16 bytes (32 character hex string) to match the block size. If not present, an IV of zero is assumed. Length - 32. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |