public class PaymentProcessorInformation extends Object
Constructor and Description |
---|
PaymentProcessorInformation() |
Modifier and Type | Method and Description |
---|---|
PaymentProcessorInformation |
address(AddressInformation address) |
PaymentProcessorInformation |
billingAgreementId(String billingAgreementId) |
PaymentProcessorInformation |
email(String email) |
boolean |
equals(Object o) |
AddressInformation |
getAddress()
Get address
|
String |
getBillingAgreementId() |
String |
getEmail() |
int |
hashCode() |
void |
setAddress(AddressInformation address) |
void |
setBillingAgreementId(String billingAgreementId) |
void |
setEmail(String email) |
String |
toString() |
public PaymentProcessorInformation address(AddressInformation address)
public AddressInformation getAddress()
public void setAddress(AddressInformation address)
public PaymentProcessorInformation billingAgreementId(String billingAgreementId)
public String getBillingAgreementId()
public void setBillingAgreementId(String billingAgreementId)
public PaymentProcessorInformation email(String email)
public String getEmail()
public void setEmail(String email)
Copyright © 2020. All rights reserved.