Rock.Financial.GatewayComponent.CancelScheduledPayment C# (CSharp) 메소드

CancelScheduledPayment() 공개 추상적인 메소드

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