C# Class Braintree.TransactionCreatedUsing

Inheritance: Enumeration
Show file Open project: braintree/braintree_dotnet

Public Properties

Property Type Description
ALL Braintree.TransactionCreatedUsing[]
FULL_INFORMATION TransactionCreatedUsing
TOKEN TransactionCreatedUsing
UNRECOGNIZED TransactionCreatedUsing

Protected Methods

Method Description
TransactionCreatedUsing ( string name ) : System

Method Details

TransactionCreatedUsing() protected method

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

Property Details

ALL public static property

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

FULL_INFORMATION public static property

public static TransactionCreatedUsing,Braintree FULL_INFORMATION
return TransactionCreatedUsing

TOKEN public static property

public static TransactionCreatedUsing,Braintree TOKEN
return TransactionCreatedUsing

UNRECOGNIZED public static property

public static TransactionCreatedUsing,Braintree UNRECOGNIZED
return TransactionCreatedUsing