C# Класс Rock.Transactions.UpdatePaymentStatusTransaction

Update the status of scheduled transactions
Наследование: ITransaction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( ) : void

Executes this instance.

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

Initializes a new instance of the UpdatePaymentStatusTransaction class.

Описание методов

Execute() публичный Метод

Executes this instance.
public Execute ( ) : void
Результат void

UpdatePaymentStatusTransaction() публичный Метод

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.
Результат System.Collections.Generic