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

CancelScheduledPayment() public abstract method

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