C# Class Braintree.DisputeReason

Inheritance: Enumeration
Datei anzeigen Open project: braintree/braintree_dotnet

Public Properties

Property Type Description
ALL Braintree.DisputeReason[]
CANCELLED_RECURRING_TRANSACTION DisputeReason
CREDIT_NOT_PROCESSED DisputeReason
DUPLICATE DisputeReason
FRAUD DisputeReason
GENERAL DisputeReason
INVALID_ACCOUNT DisputeReason
NOT_RECOGNIZED DisputeReason
PRODUCT_NOT_RECEIVED DisputeReason
PRODUCT_UNSATISFACTORY DisputeReason
RETRIEVAL DisputeReason
TRANSACTION_AMOUNT_DIFFERS DisputeReason

Protected Methods

Method Description
DisputeReason ( string name ) : System

Method Details

DisputeReason() protected method

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

Property Details

ALL public_oe static_oe property

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

CANCELLED_RECURRING_TRANSACTION public_oe static_oe property

public static DisputeReason,Braintree CANCELLED_RECURRING_TRANSACTION
return DisputeReason

CREDIT_NOT_PROCESSED public_oe static_oe property

public static DisputeReason,Braintree CREDIT_NOT_PROCESSED
return DisputeReason

DUPLICATE public_oe static_oe property

public static DisputeReason,Braintree DUPLICATE
return DisputeReason

FRAUD public_oe static_oe property

public static DisputeReason,Braintree FRAUD
return DisputeReason

GENERAL public_oe static_oe property

public static DisputeReason,Braintree GENERAL
return DisputeReason

INVALID_ACCOUNT public_oe static_oe property

public static DisputeReason,Braintree INVALID_ACCOUNT
return DisputeReason

NOT_RECOGNIZED public_oe static_oe property

public static DisputeReason,Braintree NOT_RECOGNIZED
return DisputeReason

PRODUCT_NOT_RECEIVED public_oe static_oe property

public static DisputeReason,Braintree PRODUCT_NOT_RECEIVED
return DisputeReason

PRODUCT_UNSATISFACTORY public_oe static_oe property

public static DisputeReason,Braintree PRODUCT_UNSATISFACTORY
return DisputeReason

RETRIEVAL public_oe static_oe property

public static DisputeReason,Braintree RETRIEVAL
return DisputeReason

TRANSACTION_AMOUNT_DIFFERS public_oe static_oe property

public static DisputeReason,Braintree TRANSACTION_AMOUNT_DIFFERS
return DisputeReason