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
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
SwipePaymentInfo ( string swipeInfo ) : System

Initializes a new instance of the SwipePaymentInfo struct.

Private Methods

Méthode Description
ParseSwipeInfo ( ) : void

Parses the swipe information into the credit card parts.

Method Details

SwipePaymentInfo() public méthode

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