Package com.docusign.esign.model
Class PaymentProcessorInformation
- java.lang.Object
-
- com.docusign.esign.model.PaymentProcessorInformation
-
public class PaymentProcessorInformation extends Object
PaymentProcessorInformation.
-
-
Constructor Summary
Constructors Constructor Description PaymentProcessorInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentProcessorInformationaddress(AddressInformation address)address.PaymentProcessorInformationbillingAgreementId(String billingAgreementId)billingAgreementId.PaymentProcessorInformationemail(String email)email.booleanequals(Object o)Compares objects.AddressInformationgetAddress()The mailing address associated with the payment processor..StringgetBillingAgreementId().StringgetEmail().inthashCode()Returns the HashCode.voidsetAddress(AddressInformation address)setAddress.voidsetBillingAgreementId(String billingAgreementId)setBillingAgreementId.voidsetEmail(String email)setEmail.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
address
public PaymentProcessorInformation address(AddressInformation address)
address.- Returns:
- PaymentProcessorInformation
-
getAddress
public AddressInformation getAddress()
The mailing address associated with the payment processor..- Returns:
- address
-
setAddress
public void setAddress(AddressInformation address)
setAddress.
-
billingAgreementId
public PaymentProcessorInformation billingAgreementId(String billingAgreementId)
billingAgreementId.- Returns:
- PaymentProcessorInformation
-
getBillingAgreementId
public String getBillingAgreementId()
.- Returns:
- billingAgreementId
-
setBillingAgreementId
public void setBillingAgreementId(String billingAgreementId)
setBillingAgreementId.
-
email
public PaymentProcessorInformation email(String email)
email.- Returns:
- PaymentProcessorInformation
-
getEmail
public String getEmail()
.- Returns:
-
setEmail
public void setEmail(String email)
setEmail.
-
equals
public boolean equals(Object o)
Compares objects.
-
-