@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsAcquirerInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsAcquirerInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsAcquirerInformation |
acquirerBin(String acquirerBin) |
Ptsv2paymentsAcquirerInformation |
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() |
Ptsv2paymentsAcquirerInformation |
merchantId(String merchantId) |
Ptsv2paymentsAcquirerInformation |
password(String password) |
void |
setAcquirerBin(String acquirerBin) |
void |
setCountry(String country) |
void |
setMerchantId(String merchantId) |
void |
setPassword(String password) |
String |
toString() |
public Ptsv2paymentsAcquirerInformation acquirerBin(String acquirerBin)
public String getAcquirerBin()
public void setAcquirerBin(String acquirerBin)
public Ptsv2paymentsAcquirerInformation country(String country)
public String getCountry()
public void setCountry(String country)
public Ptsv2paymentsAcquirerInformation password(String password)
public String getPassword()
public void setPassword(String password)
public Ptsv2paymentsAcquirerInformation merchantId(String merchantId)
public String getMerchantId()
public void setMerchantId(String merchantId)
Copyright © 2020. All rights reserved.