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:
  • Constructor Details

    • Payee

      public Payee()
  • Method Details

    • 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.