Package com.docusign.esign.model
Class PaymentProcessorInformation
- java.lang.Object
-
- com.docusign.esign.model.PaymentProcessorInformation
-
- All Implemented Interfaces:
Serializable
public class PaymentProcessorInformation extends Object implements Serializable
PaymentProcessorInformation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentProcessorInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentProcessorInformation
address(AddressInformation address)
address.PaymentProcessorInformation
billingAgreementId(String billingAgreementId)
billingAgreementId.PaymentProcessorInformation
email(String email)
email.boolean
equals(Object o)
Compares objects.AddressInformation
getAddress()
The mailing address associated with the payment processor..String
getBillingAgreementId()
.String
getEmail()
.int
hashCode()
Returns the HashCode.void
setAddress(AddressInformation address)
setAddress.void
setBillingAgreementId(String billingAgreementId)
setBillingAgreementId.void
setEmail(String email)
setEmail.String
toString()
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.
-
-