Class CommonPaymentSource

    • Constructor Detail

      • CommonPaymentSource

        public CommonPaymentSource()
    • Method Detail

      • 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.