java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.CommonPaymentSource
Direct Known Subclasses:
Bancontact, Blik, Eps, GiroPay, MyBank, Sofort, Trustly

public abstract class CommonPaymentSource extends Object
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • CommonPaymentSource

      public CommonPaymentSource()
  • Method Details

    • setBic

      public void setBic(String bic)
      The bank identification code (BIC).
    • setCountryCode

      public void setCountryCode(String countryCode)
      The two-character ISO 3166-1 country code.
    • setName

      public void setName(String name)
      The name of the account holder associated with this payment method.
    • getBic

      public String getBic()
      The bank identification code (BIC).
    • getCountryCode

      public String getCountryCode()
      The two-character ISO 3166-1 country code.
    • getName

      public String getName()
      The name of the account holder associated with this payment method.