PinChangeRequest |
PinChangeRequest.encryptedKey(String encryptedKey) |
The symmetric session key that you encrypted with the [public
key](https://docs.adyen.com/api-explorer/balanceplatform/2/get/publicKey) that you received
from Adyen.
|
PinChangeRequest |
PinChangeRequest.encryptedPinBlock(String encryptedPinBlock) |
The encrypted [PIN block](https://www.pcisecuritystandards.org/glossary/pin-block).
|
static PinChangeRequest |
PinChangeRequest.fromJson(String jsonString) |
Create an instance of PinChangeRequest given an JSON string
|
PinChangeRequest |
PinChangeRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PinChangeRequest |
PinChangeRequest.paymentInstrumentId(String paymentInstrumentId) |
The unique identifier of the payment instrument, which is the card for which you are managing
the PIN.
|
PinChangeRequest |
PinChangeRequest.token(String token) |
The 16-digit token that you used to generate the `encryptedPinBlock`.
|