PinChangeRequest class abstract
PinChangeRequest
Properties:
- encryptedKey - The symmetric session key that you encrypted with the public key that you received from Adyen.
- encryptedPinBlock - The encrypted PIN block.
- paymentInstrumentId - The unique identifier of the payment instrument, which is the card for which you are managing the PIN.
- token - The 16-digit token that you used to generate the
encryptedPinBlock.
- Annotations
-
- @BuiltValue.new()
Constructors
- PinChangeRequest([void updates(PinChangeRequestBuilder b)])
-
factory
Properties
- encryptedKey → String
-
The symmetric session key that you encrypted with the public key that you received from Adyen.
no setter
- encryptedPinBlock → String
-
The encrypted PIN block.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentInstrumentId → String
-
The unique identifier of the payment instrument, which is the card for which you are managing the PIN.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
The 16-digit token that you used to generate the
encryptedPinBlock.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PinChangeRequestBuilder)) → PinChangeRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → PinChangeRequestBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PinChangeRequest> -
no setter