C# Class Braintree.DisputeKind

Inheritance: Enumeration
ファイルを表示 Open project: braintree/braintree_dotnet

Public Properties

Property Type Description
ALL Braintree.DisputeKind[]
CHARGEBACK DisputeKind
PRE_ARBITRATION DisputeKind
RETRIEVAL DisputeKind
UNRECOGNIZED DisputeKind

Protected Methods

Method Description
DisputeKind ( string name ) : System

Method Details

DisputeKind() protected method

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

Property Details

ALL public_oe static_oe property

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

CHARGEBACK public_oe static_oe property

public static DisputeKind,Braintree CHARGEBACK
return DisputeKind

PRE_ARBITRATION public_oe static_oe property

public static DisputeKind,Braintree PRE_ARBITRATION
return DisputeKind

RETRIEVAL public_oe static_oe property

public static DisputeKind,Braintree RETRIEVAL
return DisputeKind

UNRECOGNIZED public_oe static_oe property

public static DisputeKind,Braintree UNRECOGNIZED
return DisputeKind