Class AccountBillingPlanResponse


  • public class AccountBillingPlanResponse
    extends java.lang.Object
    Defines an account billing plan response object..
    • Constructor Detail

      • AccountBillingPlanResponse

        public AccountBillingPlanResponse()
    • Method Detail

      • getBillingAddress

        public AccountAddress getBillingAddress()
        Get billingAddress.
        Returns:
        billingAddress
      • setBillingAddress

        public void setBillingAddress​(AccountAddress billingAddress)
        setBillingAddress.
      • billingAddressIsCreditCardAddress

        public AccountBillingPlanResponse billingAddressIsCreditCardAddress​(java.lang.String billingAddressIsCreditCardAddress)
        billingAddressIsCreditCardAddress.
        Returns:
        AccountBillingPlanResponse
      • getBillingAddressIsCreditCardAddress

        public java.lang.String getBillingAddressIsCreditCardAddress()
        When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different..
        Returns:
        billingAddressIsCreditCardAddress
      • setBillingAddressIsCreditCardAddress

        public void setBillingAddressIsCreditCardAddress​(java.lang.String billingAddressIsCreditCardAddress)
        setBillingAddressIsCreditCardAddress.
      • getBillingPlan

        public AccountBillingPlan getBillingPlan()
        Get billingPlan.
        Returns:
        billingPlan
      • setBillingPlan

        public void setBillingPlan​(AccountBillingPlan billingPlan)
        setBillingPlan.
      • 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.
      • getDowngradePlanInformation

        public DowngradePlanUpdateResponse getDowngradePlanInformation()
        Get downgradePlanInformation.
        Returns:
        downgradePlanInformation
      • setDowngradePlanInformation

        public void setDowngradePlanInformation​(DowngradePlanUpdateResponse downgradePlanInformation)
        setDowngradePlanInformation.
      • getDowngradeRequestInformation

        public DowngradeRequestInformation getDowngradeRequestInformation()
        Get downgradeRequestInformation.
        Returns:
        downgradeRequestInformation
      • setDowngradeRequestInformation

        public void setDowngradeRequestInformation​(DowngradeRequestInformation downgradeRequestInformation)
        setDowngradeRequestInformation.
      • paymentMethod

        public AccountBillingPlanResponse paymentMethod​(java.lang.String paymentMethod)
        paymentMethod.
        Returns:
        AccountBillingPlanResponse
      • getPaymentMethod

        public java.lang.String getPaymentMethod()
        .
        Returns:
        paymentMethod
      • setPaymentMethod

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

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

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

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

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

        public java.util.List<BillingPlan> getSuccessorPlans()
        .
        Returns:
        successorPlans
      • setSuccessorPlans

        public void setSuccessorPlans​(java.util.List<BillingPlan> successorPlans)
        setSuccessorPlans.
      • taxExemptId

        public AccountBillingPlanResponse taxExemptId​(java.lang.String taxExemptId)
        taxExemptId.
        Returns:
        AccountBillingPlanResponse
      • getTaxExemptId

        public java.lang.String getTaxExemptId()
        .
        Returns:
        taxExemptId
      • setTaxExemptId

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

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

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

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