C# 클래스 Rock.Financial.CreditCardPaymentInfo

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

공개 메소드들

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