Property | Type | Description | |
---|---|---|---|
ALL | Braintree.TransactionEscrowStatus[] | ||
HELD | |||
HOLD_PENDING | |||
REFUNDED | |||
RELEASED | |||
RELEASE_PENDING | |||
UNRECOGNIZED |
Method | Description | |
---|---|---|
TransactionEscrowStatus ( string name ) : System |
protected TransactionEscrowStatus ( string name ) : System | ||
name | string | |
return | System |
public static TransactionEscrowStatus[],Braintree ALL | ||
return | Braintree.TransactionEscrowStatus[] |
public static TransactionEscrowStatus,Braintree HELD | ||
return |
public static TransactionEscrowStatus,Braintree HOLD_PENDING | ||
return |
public static TransactionEscrowStatus,Braintree REFUNDED | ||
return |
public static TransactionEscrowStatus,Braintree RELEASED | ||
return |
public static TransactionEscrowStatus,Braintree RELEASE_PENDING | ||
return |