C# Class Rock.Transactions.UpdatePaymentStatusTransaction

Update the status of scheduled transactions
Inheritance: ITransaction
Datei anzeigen Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Execute ( ) : void

Executes this instance.

UpdatePaymentStatusTransaction ( int gatewayId, List scheduledTransactionIds ) : System.Collections.Generic

Initializes a new instance of the UpdatePaymentStatusTransaction class.

Method Details

Execute() public method

Executes this instance.
public Execute ( ) : void
return void

UpdatePaymentStatusTransaction() public method

Initializes a new instance of the UpdatePaymentStatusTransaction class.
public UpdatePaymentStatusTransaction ( int gatewayId, List scheduledTransactionIds ) : System.Collections.Generic
gatewayId int The gateway identifier.
scheduledTransactionIds List The scheduled transaction ids.
return System.Collections.Generic