Status Property
The status of the profile.
Syntax
[VB.NET] Public ReadOnlyProperty Status As RecurringpaymentsStatus
[C#] public RecurringpaymentsStatus Status {get;}
enum RecurringpaymentsStatus { psActive, psPending, psCancelled, psSuspended, psExpired }
Remarks
This property will contain the status of the profile after a call to GetProfile.
This property is read-only.
Default Value
0