Rock.Financial.GatewayComponent.ReactivateScheduledPayment C# (CSharp) Method

ReactivateScheduledPayment() public abstract method

Reactivates the scheduled payment.
public abstract ReactivateScheduledPayment ( FinancialScheduledTransaction transaction, string &errorMessage ) : bool
transaction FinancialScheduledTransaction The transaction.
errorMessage string The error message.
return bool
        public abstract bool ReactivateScheduledPayment( FinancialScheduledTransaction transaction, out string errorMessage );