public class Ptsv2billingagreementsConsumerAuthenticationInformation extends Object
| Constructor and Description |
|---|
Ptsv2billingagreementsConsumerAuthenticationInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2billingagreementsConsumerAuthenticationInformation |
authenticationTransactionContextId(String authenticationTransactionContextId) |
Ptsv2billingagreementsConsumerAuthenticationInformation |
cavv(String cavv) |
boolean |
equals(Object o) |
String |
getAuthenticationTransactionContextId()
Payer authentication transaction identifier passed to link the validation and authorization calls.
|
String |
getCavv()
Unique identifier generated by the card-issuing bank for Visa, American Express, JCB, Diners Club, and Discover transactions after the customer is authenticated.
|
String |
getTransactionToken()
Web based token used to authenticate consumer with Rupay authentication provider.
|
String |
getXid()
Transaction identifier generated by CyberSource for successful enrollment or validation checks.
|
int |
hashCode() |
void |
setAuthenticationTransactionContextId(String authenticationTransactionContextId) |
void |
setCavv(String cavv) |
void |
setTransactionToken(String transactionToken) |
void |
setXid(String xid) |
String |
toString() |
Ptsv2billingagreementsConsumerAuthenticationInformation |
transactionToken(String transactionToken) |
Ptsv2billingagreementsConsumerAuthenticationInformation |
xid(String xid) |
public Ptsv2billingagreementsConsumerAuthenticationInformation()
public Ptsv2billingagreementsConsumerAuthenticationInformation authenticationTransactionContextId(String authenticationTransactionContextId)
public String getAuthenticationTransactionContextId()
public void setAuthenticationTransactionContextId(String authenticationTransactionContextId)
public Ptsv2billingagreementsConsumerAuthenticationInformation cavv(String cavv)
public String getCavv()
public void setCavv(String cavv)
public Ptsv2billingagreementsConsumerAuthenticationInformation transactionToken(String transactionToken)
public String getTransactionToken()
public void setTransactionToken(String transactionToken)
public Ptsv2billingagreementsConsumerAuthenticationInformation xid(String xid)
public String getXid()
public void setXid(String xid)
Copyright © 2025. All rights reserved.