C# Class 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)
Inheritance: PaymentInfo
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
SwipePaymentInfo ( string swipeInfo ) : System

Initializes a new instance of the SwipePaymentInfo struct.

Private Methods

Method Description
ParseSwipeInfo ( ) : void

Parses the swipe information into the credit card parts.

Method Details

SwipePaymentInfo() public method

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