Class Payee
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.Payee
-
- All Implemented Interfaces:
Serializable
public class Payee extends Object implements Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Payee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
The email address of merchant.String
getMerchantId()
The encrypted PayPal account ID of the merchant.void
setEmail(String email)
The email address of merchant.void
setMerchantId(String merchantId)
The encrypted PayPal account ID of the merchant.
-
-
-
Method Detail
-
setEmail
public void setEmail(String email)
The email address of merchant.
-
setMerchantId
public void setMerchantId(String merchantId)
The encrypted PayPal account ID of the merchant.
-
getEmail
public String getEmail()
The email address of merchant.
-
getMerchantId
public String getMerchantId()
The encrypted PayPal account ID of the merchant.
-
-