C# 클래스 Rock.Financial.ACHPaymentInfo

Information about a bank payment to be processed by a financial gateway
상속: PaymentInfo
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ACHPaymentInfo ( ) : System

Initializes a new instance of the ACHPaymentInfo class.

ACHPaymentInfo ( string bankAccountNumber, string bankRoutingNumber, BankAccountType accountType ) : System

Initializes a new instance of the ACHPaymentInfo class.

메소드 상세

ACHPaymentInfo() 공개 메소드

Initializes a new instance of the ACHPaymentInfo class.
public ACHPaymentInfo ( ) : System
리턴 System

ACHPaymentInfo() 공개 메소드

Initializes a new instance of the ACHPaymentInfo class.
public ACHPaymentInfo ( string bankAccountNumber, string bankRoutingNumber, BankAccountType accountType ) : System
bankAccountNumber string The account number.
bankRoutingNumber string The routing number.
accountType BankAccountType Type of the account.
리턴 System