public class DirectoryEntry extends Object
Constructor and Description |
---|
DirectoryEntry() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCountryNames()
Country name of the issuer, used to group issuers per country
Note: this is only filled if supported by the payment product. |
String |
getIssuerId()
Unique ID of the issuing bank of the customer
|
String |
getIssuerList()
To be used to sort the issuers.
|
String |
getIssuerName()
Name of the issuing bank, as it should be presented to the customer
|
void |
setCountryNames(List<String> value)
Country name of the issuer, used to group issuers per country
Note: this is only filled if supported by the payment product. |
void |
setIssuerId(String value)
Unique ID of the issuing bank of the customer
|
void |
setIssuerList(String value)
To be used to sort the issuers.
|
void |
setIssuerName(String value)
Name of the issuing bank, as it should be presented to the customer
|
public List<String> getCountryNames()
public void setCountryNames(List<String> value)
public String getIssuerId()
public void setIssuerId(String value)
public String getIssuerList()
public void setIssuerList(String value)
public String getIssuerName()
public void setIssuerName(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.