docs(): add private to extra classes

This commit is contained in:
Ibrahim Hadeed
2016-08-27 12:33:02 -04:00
parent a006cdb77b
commit b91740a91a
3 changed files with 19 additions and 8 deletions
+9 -3
View File
@@ -84,7 +84,9 @@ export interface PayPalEnvironment {
PayPalEnvironmentProduction: string;
PayPalEnvironmentSandbox: string;
}
/**
* @private
*/
export declare class PayPalPayment {
/**
* Convenience constructor.
@@ -154,7 +156,9 @@ export interface PayPalConfigurationOptions {
sandboxUserPAssword?: string;
sandboxUserPin?: string;
}
/**
* @private
*/
export declare class PayPalConfiguration {
/**
* You use a PayPalConfiguration object to configure many aspects of how the SDK behaves.
@@ -162,7 +166,9 @@ export declare class PayPalConfiguration {
*/
new(options: PayPalConfigurationOptions);
}
/**
* @private
*/
export declare class PayPalShippingAddress {
/**
* See the documentation of the individual properties for more detail.