C# 클래스 Rock.Financial.SwipePaymentInfo

Information about a credit card swipe payment to be processed by a financial gateway. A swipe payment is used when the card is present (physically used)
상속: PaymentInfo
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
SwipePaymentInfo ( string swipeInfo ) : System

Initializes a new instance of the SwipePaymentInfo struct.

비공개 메소드들

메소드 설명
ParseSwipeInfo ( ) : void

Parses the swipe information into the credit card parts.

메소드 상세

SwipePaymentInfo() 공개 메소드

Initializes a new instance of the SwipePaymentInfo struct.
public SwipePaymentInfo ( string swipeInfo ) : System
swipeInfo string The swipe info.
리턴 System