Package com.docusign.esign.model
Class PaymentProcessorInformation
- java.lang.Object
-
- com.docusign.esign.model.PaymentProcessorInformation
-
public class PaymentProcessorInformation extends java.lang.ObjectPaymentProcessorInformation.
-
-
Constructor Summary
Constructors Constructor Description PaymentProcessorInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentProcessorInformationaddress(AddressInformation address)address.PaymentProcessorInformationbillingAgreementId(java.lang.String billingAgreementId)billingAgreementId.PaymentProcessorInformationemail(java.lang.String email)email.booleanequals(java.lang.Object o)Compares objects.AddressInformationgetAddress()Get address.java.lang.StringgetBillingAgreementId().java.lang.StringgetEmail().inthashCode()Returns the HashCode.voidsetAddress(AddressInformation address)setAddress.voidsetBillingAgreementId(java.lang.String billingAgreementId)setBillingAgreementId.voidsetEmail(java.lang.String email)setEmail.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
address
public PaymentProcessorInformation address(AddressInformation address)
address.- Returns:
- PaymentProcessorInformation
-
getAddress
public AddressInformation getAddress()
Get address.- Returns:
- address
-
setAddress
public void setAddress(AddressInformation address)
setAddress.
-
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.
-
email
public PaymentProcessorInformation email(java.lang.String email)
email.- Returns:
- PaymentProcessorInformation
-
getEmail
public java.lang.String getEmail()
.- Returns:
-
setEmail
public void setEmail(java.lang.String email)
setEmail.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-