Class FundSource


  • public class FundSource
    extends Object
    FundSource
    • Constructor Detail

      • FundSource

        public FundSource()
    • Method Detail

      • getAdditionalData

        public Object getAdditionalData()
        a map of name/value pairs for passing in additional/industry-specific data
        Returns:
        additionalData
      • setAdditionalData

        public void setAdditionalData​(Map<String,​String> additionalData)
      • getBillingAddress

        public Address getBillingAddress()
        Get billingAddress
        Returns:
        billingAddress
      • setBillingAddress

        public void setBillingAddress​(Address billingAddress)
      • getCard

        public Card getCard()
        Get card
        Returns:
        card
      • setCard

        public void setCard​(Card card)
      • getShopperEmail

        public String getShopperEmail()
        the email address of the person
        Returns:
        shopperEmail
      • setShopperEmail

        public void setShopperEmail​(String shopperEmail)
      • getShopperName

        public Name getShopperName()
        Get shopperName
        Returns:
        shopperName
      • setShopperName

        public void setShopperName​(Name shopperName)
      • telephoneNumber

        public FundSource telephoneNumber​(String telephoneNumber)
      • getTelephoneNumber

        public String getTelephoneNumber()
        the telephone number of the person
        Returns:
        telephoneNumber
      • setTelephoneNumber

        public void setTelephoneNumber​(String telephoneNumber)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object