DataConnection Type
The PayPalConnection object.
Remarks
The PayPalConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-PayPal -Schema 'REST' -InitiateOAuth 'GETANDREFRESH' -OAuthClientId 'MyOAuthClientId' -OAuthClientSecret 'MyOAuthClientSecret' -UseSandbox 'true' $conn | GM