C# 클래스 Rock.Transactions.UpdatePaymentStatusTransaction

Update the status of scheduled transactions
상속: ITransaction
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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