C# Class Braintree.TransactionType

Inheritance: Enumeration
Mostrar archivo Open project: braintree/braintree_dotnet

Public Properties

Property Type Description
ALL Braintree.TransactionType[]
CREDIT TransactionType
SALE TransactionType
UNRECOGNIZED TransactionType

Protected Methods

Method Description
TransactionType ( string name ) : System

Method Details

TransactionType() protected method

protected TransactionType ( string name ) : System
name string
return System

Property Details

ALL public_oe static_oe property

public static TransactionType[],Braintree ALL
return Braintree.TransactionType[]

CREDIT public_oe static_oe property

public static TransactionType,Braintree CREDIT
return TransactionType

SALE public_oe static_oe property

public static TransactionType,Braintree SALE
return TransactionType

UNRECOGNIZED public_oe static_oe property

public static TransactionType,Braintree UNRECOGNIZED
return TransactionType