Method | Description | |
---|---|---|
All ( ) : ResourceCollection |
||
Create ( ) : Result |
||
Create ( |
||
Delete ( string Id ) : Result |
||
Find ( string Id ) : Braintree.Customer | ||
Search ( |
||
Update ( string Id, |
Method | Description | |
---|---|---|
CustomerGateway ( IBraintreeGateway gateway ) : Braintree.Exceptions |
Method | Description | |
---|---|---|
ConfirmTransparentRedirect ( string queryString ) : Result |
||
FetchCustomers ( |
||
TransparentRedirectURLForCreate ( ) : string | ||
TransparentRedirectURLForUpdate ( ) : string |
public Create ( |
||
request | ||
return | Result |
protected CustomerGateway ( IBraintreeGateway gateway ) : Braintree.Exceptions | ||
gateway | IBraintreeGateway | |
return | Braintree.Exceptions |
public Find ( string Id ) : Braintree.Customer | ||
Id | string | |
return | Braintree.Customer |
public Search ( |
||
query | ||
return | ResourceCollection |
public Update ( string Id, |
||
Id | string | |
request | ||
return | Result |