public class Riskv1decisionsAcquirerInformation extends Object
| Constructor and Description |
|---|
Riskv1decisionsAcquirerInformation() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1decisionsAcquirerInformation |
acquirerBin(String acquirerBin) |
Riskv1decisionsAcquirerInformation |
country(String country) |
boolean |
equals(Object o) |
String |
getAcquirerBin()
Acquirer bank ID number that corresponds to a certificate that Cybersource already has.This ID has this format.
|
String |
getCountry()
Issuers need to be aware of the Acquirer's Country Code when the Acquirer country differs from the Merchant country and the Acquirer is in the EEA (European Economic Area).
|
String |
getMerchantId()
Username for the visa directory server that is created when your acquirer sets up your account.
|
String |
getPassword()
Registered password for the Visa directory server.
|
int |
hashCode() |
Riskv1decisionsAcquirerInformation |
merchantId(String merchantId) |
Riskv1decisionsAcquirerInformation |
password(String password) |
void |
setAcquirerBin(String acquirerBin) |
void |
setCountry(String country) |
void |
setMerchantId(String merchantId) |
void |
setPassword(String password) |
String |
toString() |
public Riskv1decisionsAcquirerInformation acquirerBin(String acquirerBin)
public String getAcquirerBin()
public void setAcquirerBin(String acquirerBin)
public Riskv1decisionsAcquirerInformation country(String country)
public String getCountry()
public void setCountry(String country)
public Riskv1decisionsAcquirerInformation password(String password)
public String getPassword()
public void setPassword(String password)
public Riskv1decisionsAcquirerInformation merchantId(String merchantId)
public String getMerchantId()
public void setMerchantId(String merchantId)
Copyright © 2025. All rights reserved.