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 StringgetEmail()The email address of merchant.StringgetMerchantId()The encrypted PayPal account ID of the merchant.voidsetEmail(String email)The email address of merchant.voidsetMerchantId(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.
-
-