PreApprovalKey Property
Returned from PayPal and used to identify this preapproval.
Syntax
[VB.NET] Public ReadOnlyProperty PreApprovalKey As String
[C#] public string PreApprovalKey {get;}
Remarks
Upon a successful CreatePreApproval request, this property will contain a pre-approval key used in the AdaptivePay component to identify this preapproval, and it is used when canceling or retrieving the details of a preapproval using the CancelPreApproval or GetPreApprovalDetails methods.
This property is read-only.
Default Value
""