C# Class Rock.Financial.ACHPaymentInfo

Information about a bank payment to be processed by a financial gateway
Inheritance: PaymentInfo
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

ACHPaymentInfo() public méthode

Initializes a new instance of the ACHPaymentInfo class.
public ACHPaymentInfo ( ) : System
Résultat System

ACHPaymentInfo() public méthode

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