Property | Type | Description | |
---|---|---|---|
ALL | Braintree.TransactionStatus[] | ||
AUTHORIZATION_EXPIRED | |||
AUTHORIZED | |||
AUTHORIZING | |||
FAILED | |||
GATEWAY_REJECTED | |||
PROCESSOR_DECLINED | |||
SETTLED | |||
SETTLEMENT_CONFIRMED | |||
SETTLEMENT_DECLINED | |||
SETTLEMENT_PENDING | |||
SETTLING | |||
SUBMITTED_FOR_SETTLEMENT | |||
UNRECOGNIZED | |||
VOIDED |
Method | Description | |
---|---|---|
TransactionStatus ( string name ) : System |
protected TransactionStatus ( string name ) : System | ||
name | string | |
return | System |
public static TransactionStatus[],Braintree ALL | ||
return | Braintree.TransactionStatus[] |
public static TransactionStatus,Braintree AUTHORIZATION_EXPIRED | ||
return |
public static TransactionStatus,Braintree AUTHORIZED | ||
return |
public static TransactionStatus,Braintree AUTHORIZING | ||
return |
public static TransactionStatus,Braintree FAILED | ||
return |
public static TransactionStatus,Braintree GATEWAY_REJECTED | ||
return |
public static TransactionStatus,Braintree PROCESSOR_DECLINED | ||
return |
public static TransactionStatus,Braintree SETTLED | ||
return |
public static TransactionStatus,Braintree SETTLEMENT_CONFIRMED | ||
return |
public static TransactionStatus,Braintree SETTLEMENT_DECLINED | ||
return |
public static TransactionStatus,Braintree SETTLEMENT_PENDING | ||
return |
public static TransactionStatus,Braintree SETTLING | ||
return |
public static TransactionStatus,Braintree SUBMITTED_FOR_SETTLEMENT | ||
return |
public static TransactionStatus,Braintree UNRECOGNIZED | ||
return |