Class PaymentProcessorInformation


  • public class PaymentProcessorInformation
    extends java.lang.Object
    PaymentProcessorInformation.
    • Constructor Detail

      • PaymentProcessorInformation

        public PaymentProcessorInformation()
    • Method Detail

      • billingAgreementId

        public PaymentProcessorInformation billingAgreementId​(java.lang.String billingAgreementId)
        billingAgreementId.
        Returns:
        PaymentProcessorInformation
      • getBillingAgreementId

        public java.lang.String getBillingAgreementId()
        .
        Returns:
        billingAgreementId
      • setBillingAgreementId

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

        public java.lang.String getEmail()
        .
        Returns:
        email
      • setEmail

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