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

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

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