C# Класс Rock.Financial.CreditCardPaymentInfo

Information about a credit card payment to be processed by a financial gateway
Наследование: PaymentInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreditCardPaymentInfo ( ) : System

Initializes a new instance of the CreditCardPaymentInfo class.

CreditCardPaymentInfo ( string number, string code, System.DateTime expirationDate ) : System

Initializes a new instance of the CreditCardPaymentInfo class.

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

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

Initializes a new instance of the CreditCardPaymentInfo class.
public CreditCardPaymentInfo ( ) : System
Результат System

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

Initializes a new instance of the CreditCardPaymentInfo class.
public CreditCardPaymentInfo ( string number, string code, System.DateTime expirationDate ) : System
number string The number.
code string The code.
expirationDate System.DateTime The expiration date.
Результат System