Class Payee
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Payee
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()The email address of merchant.The encrypted PayPal account ID of the merchant.voidThe email address of merchant.voidsetMerchantId(String merchantId) The encrypted PayPal account ID of the merchant.
-
Constructor Details
-
Payee
public Payee()
-
-
Method Details
-
setEmail
The email address of merchant. -
setMerchantId
The encrypted PayPal account ID of the merchant. -
getEmail
The email address of merchant. -
getMerchantId
The encrypted PayPal account ID of the merchant.
-