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

This commit is contained in:
martinhanke 2017-08-24 01:42:47 +02:00 committed by Ibby Hadeed
parent 262e18f409
commit cde87e2113

View File

@ -204,6 +204,12 @@ export class PayPalPayment {
*/ */
items: Array<PayPalItem>; 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. * Optional customer shipping address, if your app wishes to provide this to the SDK.
*/ */