Class DirectoryEntry

java.lang.Object
com.onlinepayments.domain.DirectoryEntry

public class DirectoryEntry extends Object
  • Constructor Details

    • DirectoryEntry

      public DirectoryEntry()
  • Method Details

    • getIssuerId

      public String getIssuerId()
      Unique ID of the issuing bank of the customer
    • setIssuerId

      public void setIssuerId(String value)
      Unique ID of the issuing bank of the customer
    • withIssuerId

      public DirectoryEntry withIssuerId(String value)
      Unique ID of the issuing bank of the customer
    • getIssuerList

      public String getIssuerList()
      To be used to sort the issuers. short - These issuers should be presented at the top of the list long - These issuers should be presented after the issuers marked as short Note this is only filled if supported by the payment product. Currently only iDeal (809) support this. Sorting within the groups should be done alphabetically
    • setIssuerList

      public void setIssuerList(String value)
      To be used to sort the issuers. short - These issuers should be presented at the top of the list long - These issuers should be presented after the issuers marked as short Note this is only filled if supported by the payment product. Currently only iDeal (809) support this. Sorting within the groups should be done alphabetically
    • withIssuerList

      public DirectoryEntry withIssuerList(String value)
      To be used to sort the issuers. short - These issuers should be presented at the top of the list long - These issuers should be presented after the issuers marked as short Note this is only filled if supported by the payment product. Currently only iDeal (809) support this. Sorting within the groups should be done alphabetically
    • getIssuerName

      public String getIssuerName()
      Name of the issuing bank as it should be presented to the customer
    • setIssuerName

      public void setIssuerName(String value)
      Name of the issuing bank as it should be presented to the customer
    • withIssuerName

      public DirectoryEntry withIssuerName(String value)
      Name of the issuing bank as it should be presented to the customer