feat(paypal): add payeeEmail for third party merchants (#1864)

This commit is contained in:
martinhanke
2017-08-23 19:42:47 -04:00
committed by Ibby Hadeed
parent 262e18f409
commit cde87e2113
@@ -204,6 +204,12 @@ export class PayPalPayment {
*/
items: Array<PayPalItem>;
/**
* Optional payee email, if your app is paying a third-party merchant.
* The payee's email. It must be a valid PayPal email address.
*/
payeeEmail: string;
/**
* Optional customer shipping address, if your app wishes to provide this to the SDK.
*/