< Back

Get-PayPalSale

Sat Jan 18, 2020 8:23 pm

NAME Get-PayPalSale



SYNOPSIS

{{Fill in the Synopsis}}





SYNTAX

Get-PayPalSale [[-SaleID] <String>] [[-AccessToken] <String>] [<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-AccessToken <String>

{{Fill AccessToken Description}}



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SaleID <String>

{{Fill SaleID Description}}



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS