Rock.Financial.GatewayComponent.Credit C# (CSharp) Méthode

Credit() public abstract méthode

Credits (Refunds) the specified transaction.
public abstract Credit ( FinancialTransaction origTransaction, decimal amount, string comment, string &errorMessage ) : FinancialTransaction
origTransaction FinancialTransaction The original transaction.
amount decimal The amount.
comment string The comment.
errorMessage string The error message.
Résultat FinancialTransaction
        public abstract FinancialTransaction Credit( FinancialTransaction origTransaction, decimal amount, string comment, out string errorMessage );