From 973c80b26484bb6884fb9334f931667daadf6212 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 3 Oct 2016 17:06:40 -0500 Subject: [PATCH] =?UTF-8?q?docs(pay-pal):=20interfaces=20dont=E2=80=99=20n?= =?UTF-8?q?eed=20to=20be=20marked=20private=20if=20their=20corresponding?= =?UTF-8?q?=20var=20is?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/pay-pal.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/plugins/pay-pal.ts b/src/plugins/pay-pal.ts index 0fdc2a862..b2450640d 100644 --- a/src/plugins/pay-pal.ts +++ b/src/plugins/pay-pal.ts @@ -323,9 +323,7 @@ export declare var PayPalConfiguration: { */ new(options: PayPalConfigurationOptions): PayPalConfiguration; }; -/** - * @private - */ + export interface PayPalConfiguration { defaultUserEmail: string; defaultUserPhoneCountryCode: string; @@ -359,9 +357,7 @@ export declare var PayPalShippingAddress: { */ new(recipientName: string, line1: string, line2: string, city: string, state: string, postalCode: string, countryCode: string): PayPalShippingAddress; }; -/** - * @private - */ + export interface PayPalShippingAddress { /** * Name of the recipient at this address. 50 characters max.