public class PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
EnabledMessage()
Flag to indicate if a valid IVR transaction was detected.
|
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
enabledMessage(Boolean enabledMessage) |
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
encryptionKey(String encryptionKey) |
Boolean |
EncryptionMandatory()
Flag to indicate if the ACS requires the credential to be encrypted.
|
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
encryptionMandatory(Boolean encryptionMandatory) |
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
encryptionType(String encryptionType) |
boolean |
equals(Object o) |
String |
getEncryptionKey()
Encryption key to be used in the event the ACS requires encryption of the credential field.
|
String |
getEncryptionType()
An indicator from the ACS to inform the type of encryption that should be used in the event the ACS requires encryption of the credential field.
|
String |
getLabel()
An ACS Provided label that can be presented to the Consumer.
|
String |
getPrompt()
An ACS provided string that can be presented to the Consumer.
|
String |
getStatusMessage()
An ACS provided message that can provide additional information or details.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
label(String label) |
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
prompt(String prompt) |
void |
setEnabledMessage(Boolean enabledMessage) |
void |
setEncryptionKey(String encryptionKey) |
void |
setEncryptionMandatory(Boolean encryptionMandatory) |
void |
setEncryptionType(String encryptionType) |
void |
setLabel(String label) |
void |
setPrompt(String prompt) |
void |
setStatusMessage(String statusMessage) |
PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr |
statusMessage(String statusMessage) |
String |
toString() |
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr()
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr enabledMessage(Boolean enabledMessage)
public Boolean EnabledMessage()
public void setEnabledMessage(Boolean enabledMessage)
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr encryptionKey(String encryptionKey)
public String getEncryptionKey()
public void setEncryptionKey(String encryptionKey)
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr encryptionMandatory(Boolean encryptionMandatory)
public Boolean EncryptionMandatory()
public void setEncryptionMandatory(Boolean encryptionMandatory)
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr encryptionType(String encryptionType)
public String getEncryptionType()
public void setEncryptionType(String encryptionType)
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr label(String label)
public String getLabel()
public void setLabel(String label)
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr prompt(String prompt)
public String getPrompt()
public void setPrompt(String prompt)
public PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr statusMessage(String statusMessage)
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
Copyright © 2025. All rights reserved.