PreApprovalStatus Property
Indicates the status of the preapproval.
Syntax
[VB.NET] Public ReadOnlyProperty PreApprovalStatus As String
[C#] public string PreApprovalStatus {get;}
Remarks
One of the following values may be contained in this property:
"ACTIVE" | The preapproval is active. |
"CANCELED" | The preapproval was explicitly canceled by the sender or by PayPal. |
"DEACTIVED" | The preapproval is not active; you can reactivate it by resetting the PIN or by contacting PayPal. |
This property is read-only.
Default Value
""