| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static PinVerificationAttributes |
PinVerificationAttributes.fromIbm3624Pin(Consumer<Ibm3624PinVerification.Builder> ibm3624Pin)
Create an instance of this class with
ibm3624Pin() initialized to the given value. |
static PinVerificationAttributes |
PinVerificationAttributes.fromIbm3624Pin(Ibm3624PinVerification ibm3624Pin)
Create an instance of this class with
ibm3624Pin() initialized to the given value. |
static PinVerificationAttributes |
PinVerificationAttributes.fromVisaPin(Consumer<VisaPinVerification.Builder> visaPin)
Create an instance of this class with
visaPin() initialized to the given value. |
static PinVerificationAttributes |
PinVerificationAttributes.fromVisaPin(VisaPinVerification visaPin)
Create an instance of this class with
visaPin() initialized to the given value. |
PinVerificationAttributes |
VerifyPinDataRequest.verificationAttributes()
The attributes and values for PIN data verification.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyPinDataRequest.Builder |
VerifyPinDataRequest.Builder.verificationAttributes(PinVerificationAttributes verificationAttributes)
The attributes and values for PIN data verification.
|
Copyright © 2023. All rights reserved.