OpenPath.Dto.Generic.Payment
A generic data object containing the standard data associated to the different types of payment cards.
A bank identification number (BIN) is the initial four to six numbers that appear on a card. The bank identification number uniquely identifies the institution issuing the card. The BIN is key in the process of matching transactions to the issuer of the card. This numbering system applies to charge cards, gift cards, debit cards, prepaid cards, and electronic benefit cards.
A card expiration month tells you when the card is no longer valid along with the expiration year. After a card expires, it shouldn't be usable, because the issuers should deactivate the card when it reaches the expiration date.
A card expiration year tells you when the card is no longer valid along with the month year. After a card expires, it shouldn't be usable, because the issuers should deactivate the card when it reaches the expiration date.
The first of three megnetic tracks on a card that typically contains encoded information about the cardholder's account, such as their card number, full name, the card's expiration date and the country code.
The second of three megnetic tracks on a card that typically contains encoded information about the cardholder's account, such as their card number, full name, the card's expiration date and the country code.
The third of three megnetic tracks on a card that typically contains any additional encoded information from the issuer.
This is the person authorized to use the card. That person didn’t necessarily open the account, they might simply have permission to spend from the account as an "authorized user."
A card network are networks of issuing and acquiring banks through which payment cards of some certain brand are processed.
A card number is usually 15-16 digits long, but it could be as many as 19 digits or as few as 13 in some cases. Each of these individual credit card numbers has meaning.
OpenPath.Dto.Generic.Enumerator
A list of known network payment card types.
OpenPath.Dto.Generic.Extension
An extension class for converting card networks to enumerators and to human readable text.
Converts the network name in a string to an enumerator. For example: Amex would be converted to CardNetworkEnumerator.AmericanExpress.
The card network enumerator.
Name | Type | Description |
---|---|---|
network | System.String | The name of the network. |
Converts a card network enumerator to a human readable title cased string.
Returns a human readble string.
Name | Type | Description |
---|---|---|
network | OpenPath.Dto.Generic.Enumerator.CardNetworkEnumerator | The card network enumerator. |
OpenPath.Dto.Generic.Query
A generic data object to set the standard filters for a data query
The date this filter should end at.
The page of data to return based on the Return value.
The amount of results that should be returned per page.
The order to sort the results by.
The item (column) we should sort by.
The date this filter should start at.
OpenPath.Dto.Generic.Enumerator
Enumberators for sorting orders
Sort in assending order.
Sort in decending order.
No sorting order.