Class NewAccountDefinition


  • public class NewAccountDefinition
    extends Object
    NewAccountDefinition.
    • Constructor Detail

      • NewAccountDefinition

        public NewAccountDefinition()
    • Method Detail

      • getAccountName

        public String getAccountName()
        The account name for the new account..
        Returns:
        accountName
      • setAccountName

        public void setAccountName​(String accountName)
        setAccountName.
      • getAddressInformation

        public AccountAddress getAddressInformation()
        Get addressInformation.
        Returns:
        addressInformation
      • setAddressInformation

        public void setAddressInformation​(AccountAddress addressInformation)
        setAddressInformation.
      • getCreditCardInformation

        public CreditCardInformation getCreditCardInformation()
        Get creditCardInformation.
        Returns:
        creditCardInformation
      • setCreditCardInformation

        public void setCreditCardInformation​(CreditCardInformation creditCardInformation)
        setCreditCardInformation.
      • getDirectDebitProcessorInformation

        public DirectDebitProcessorInformation getDirectDebitProcessorInformation()
        Get directDebitProcessorInformation.
        Returns:
        directDebitProcessorInformation
      • setDirectDebitProcessorInformation

        public void setDirectDebitProcessorInformation​(DirectDebitProcessorInformation directDebitProcessorInformation)
        setDirectDebitProcessorInformation.
      • distributorCode

        public NewAccountDefinition distributorCode​(String distributorCode)
        distributorCode.
        Returns:
        NewAccountDefinition
      • getDistributorCode

        public String getDistributorCode()
        The code that identifies the billing plan groups and plans for the new account..
        Returns:
        distributorCode
      • setDistributorCode

        public void setDistributorCode​(String distributorCode)
        setDistributorCode.
      • distributorPassword

        public NewAccountDefinition distributorPassword​(String distributorPassword)
        distributorPassword.
        Returns:
        NewAccountDefinition
      • getDistributorPassword

        public String getDistributorPassword()
        The password for the distributorCode..
        Returns:
        distributorPassword
      • setDistributorPassword

        public void setDistributorPassword​(String distributorPassword)
        setDistributorPassword.
      • enablePreAuth

        public NewAccountDefinition enablePreAuth​(String enablePreAuth)
        enablePreAuth.
        Returns:
        NewAccountDefinition
      • getEnablePreAuth

        public String getEnablePreAuth()
        .
        Returns:
        enablePreAuth
      • setEnablePreAuth

        public void setEnablePreAuth​(String enablePreAuth)
        setEnablePreAuth.
      • envelopePartitionId

        public NewAccountDefinition envelopePartitionId​(String envelopePartitionId)
        envelopePartitionId.
        Returns:
        NewAccountDefinition
      • getEnvelopePartitionId

        public String getEnvelopePartitionId()
        .
        Returns:
        envelopePartitionId
      • setEnvelopePartitionId

        public void setEnvelopePartitionId​(String envelopePartitionId)
        setEnvelopePartitionId.
      • getInitialUser

        public UserInformation getInitialUser()
        Get initialUser.
        Returns:
        initialUser
      • setInitialUser

        public void setInitialUser​(UserInformation initialUser)
        setInitialUser.
      • paymentMethod

        public NewAccountDefinition paymentMethod​(String paymentMethod)
        paymentMethod.
        Returns:
        NewAccountDefinition
      • getPaymentMethod

        public String getPaymentMethod()
        .
        Returns:
        paymentMethod
      • setPaymentMethod

        public void setPaymentMethod​(String paymentMethod)
        setPaymentMethod.
      • getPaymentProcessorInformation

        public PaymentProcessorInformation getPaymentProcessorInformation()
        Get paymentProcessorInformation.
        Returns:
        paymentProcessorInformation
      • setPaymentProcessorInformation

        public void setPaymentProcessorInformation​(PaymentProcessorInformation paymentProcessorInformation)
        setPaymentProcessorInformation.
      • getPlanInformation

        public PlanInformation getPlanInformation()
        Get planInformation.
        Returns:
        planInformation
      • setPlanInformation

        public void setPlanInformation​(PlanInformation planInformation)
        setPlanInformation.
      • processPayment

        public NewAccountDefinition processPayment​(String processPayment)
        processPayment.
        Returns:
        NewAccountDefinition
      • getProcessPayment

        public String getProcessPayment()
        .
        Returns:
        processPayment
      • setProcessPayment

        public void setProcessPayment​(String processPayment)
        setProcessPayment.
      • getReferralInformation

        public ReferralInformation getReferralInformation()
        Get referralInformation.
        Returns:
        referralInformation
      • setReferralInformation

        public void setReferralInformation​(ReferralInformation referralInformation)
        setReferralInformation.
      • getSocialAccountInformation

        public SocialAccountInformation getSocialAccountInformation()
        Get socialAccountInformation.
        Returns:
        socialAccountInformation
      • setSocialAccountInformation

        public void setSocialAccountInformation​(SocialAccountInformation socialAccountInformation)
        setSocialAccountInformation.
      • getTaxExemptId

        public String getTaxExemptId()
        .
        Returns:
        taxExemptId
      • setTaxExemptId

        public void setTaxExemptId​(String taxExemptId)
        setTaxExemptId.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object