CreditCardDetails Constructor |
Constructs a CreditCardDetails object
Namespace:
NetQuarry.Services.Paypal
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public CreditCardDetails(
string cardNumber,
CreditCardType cardType,
DateTime dateExpires,
string cvv2,
string payerName
)
Public Sub New (
cardNumber As String,
cardType As CreditCardType,
dateExpires As DateTime,
cvv2 As String,
payerName As String
)
Parameters
- cardNumber
- Type: SystemString
The credit card type. - cardType
- Type: NetQuarry.Services.PaypalCreditCardType
The credit card number. - dateExpires
- Type: SystemDateTime
The expiration date. - cvv2
- Type: SystemString
The card's CVV code. - payerName
- Type: SystemString
The payer's full name.
See Also