Method | Description | |
---|---|---|
Create ( |
||
Delete ( string token ) : void | ||
Expired ( ) : ResourceCollection |
||
ExpiringBetween ( System.DateTime start, System.DateTime end ) : ResourceCollection |
||
Find ( string token ) : |
||
FromNonce ( string nonce ) : |
||
Update ( string token, |
Method | Description | |
---|---|---|
CreditCardGateway ( IBraintreeGateway gateway ) : Braintree.Exceptions |
Method | Description | |
---|---|---|
ConfirmTransparentRedirect ( string queryString ) : Result |
||
TransparentRedirectURLForCreate ( ) : string | ||
TransparentRedirectURLForUpdate ( ) : string |
public Create ( |
||
request | ||
return | Result |
protected CreditCardGateway ( IBraintreeGateway gateway ) : Braintree.Exceptions | ||
gateway | IBraintreeGateway | |
return | Braintree.Exceptions |
public ExpiringBetween ( System.DateTime start, System.DateTime end ) : ResourceCollection |
||
start | System.DateTime | |
end | System.DateTime | |
return | ResourceCollection |
public FromNonce ( string nonce ) : |
||
nonce | string | |
return |
public Update ( string token, |
||
token | string | |
request | ||
return | Result |