C# Class Rock.Transactions.UpdatePaymentStatusTransaction

Update the status of scheduled transactions
Inheritance: ITransaction
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Executes this instance.
public Execute ( ) : void
Résultat void

UpdatePaymentStatusTransaction() public méthode

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.
Résultat System.Collections.Generic