C# Class Braintree.CreditCard

A credit card returned by the Braintree Gateway
A credit card can belong to:
  • a Customer as a stored credit card
  • a Transaction as the credit card used for the transaction
Inheritance: PaymentMethod
Afficher le fichier Open project: braintree/braintree_dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
CountryOfIssuanceUnknown string
IssuingBankUnknown string
ProductIdUnknown string

Méthodes protégées

Méthode Description
CreditCard ( Braintree.NodeWrapper node, IBraintreeGateway gateway ) : System

Private Methods

Méthode Description
CreditCard ( ) : System
FindLatestVerification ( List verificationNodes, IBraintreeGateway gateway ) : Braintree.CreditCardVerification

Method Details

CreditCard() protected méthode

protected CreditCard ( Braintree.NodeWrapper node, IBraintreeGateway gateway ) : System
node Braintree.NodeWrapper
gateway IBraintreeGateway
Résultat System

Property Details

CountryOfIssuanceUnknown public_oe static_oe property

public static string CountryOfIssuanceUnknown
Résultat string

IssuingBankUnknown public_oe static_oe property

public static string IssuingBankUnknown
Résultat string

ProductIdUnknown public_oe static_oe property

public static string ProductIdUnknown
Résultat string