Class PaymentProcessorInformation

    • Constructor Detail

      • PaymentProcessorInformation

        public PaymentProcessorInformation()
    • Method Detail

      • getAddress

        public AddressInformation getAddress()
        The mailing address associated with the payment processor..
        Returns:
        address
      • getBillingAgreementId

        public String getBillingAgreementId()
        .
        Returns:
        billingAgreementId
      • setBillingAgreementId

        public void setBillingAgreementId​(String billingAgreementId)
        setBillingAgreementId.
      • getEmail

        public String getEmail()
        .
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • 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