C# Class Braintree.TransactionSource

Inheritance: Enumeration
Show file Open project: braintree/braintree_dotnet

Public Properties

Property Type Description
ALL Braintree.TransactionSource[]
API TransactionSource
CONTROL_PANEL TransactionSource
RECURRING TransactionSource
UNRECOGNIZED TransactionSource

Protected Methods

Method Description
TransactionSource ( string name ) : System

Method Details

TransactionSource() protected method

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

Property Details

ALL public static property

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

API public static property

public static TransactionSource,Braintree API
return TransactionSource

CONTROL_PANEL public static property

public static TransactionSource,Braintree CONTROL_PANEL
return TransactionSource

RECURRING public static property

public static TransactionSource,Braintree RECURRING
return TransactionSource

UNRECOGNIZED public static property

public static TransactionSource,Braintree UNRECOGNIZED
return TransactionSource