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