diff --git a/src/@ionic-native/plugins/paypal/index.ts b/src/@ionic-native/plugins/paypal/index.ts index 1f8fecd528..497b980e1b 100644 --- a/src/@ionic-native/plugins/paypal/index.ts +++ b/src/@ionic-native/plugins/paypal/index.ts @@ -204,6 +204,12 @@ export class PayPalPayment { */ items: Array; + /** + * 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. */