C# 클래스 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
상속: PaymentMethod
파일 보기 프로젝트 열기: braintree/braintree_dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CountryOfIssuanceUnknown string
IssuingBankUnknown string
ProductIdUnknown string

보호된 메소드들

메소드 설명
CreditCard ( Braintree.NodeWrapper node, IBraintreeGateway gateway ) : System

비공개 메소드들

메소드 설명
CreditCard ( ) : System
FindLatestVerification ( List verificationNodes, IBraintreeGateway gateway ) : Braintree.CreditCardVerification

메소드 상세

CreditCard() 보호된 메소드

protected CreditCard ( Braintree.NodeWrapper node, IBraintreeGateway gateway ) : System
node Braintree.NodeWrapper
gateway IBraintreeGateway
리턴 System

프로퍼티 상세

CountryOfIssuanceUnknown 공개적으로 정적으로 프로퍼티

public static string CountryOfIssuanceUnknown
리턴 string

IssuingBankUnknown 공개적으로 정적으로 프로퍼티

public static string IssuingBankUnknown
리턴 string

ProductIdUnknown 공개적으로 정적으로 프로퍼티

public static string ProductIdUnknown
리턴 string