Schema Parameter (Connect-PayPal Cmdlet)
The type of schema to use.
Syntax
Connect-PayPal -Schema string
Possible Values
REST, SOAPData Type
cstr
Default Value
"SOAP"
Remarks
The schemas available are REST (to use the REST API) and SOAP (to use the Classic API).
This is a required parameter.