Méthode | Description | |
---|---|---|
Cancel ( string id ) : Result |
||
Create ( |
||
Find ( string id ) : Braintree.Subscription | ||
RetryCharge ( string subscriptionId ) : Result |
||
RetryCharge ( string subscriptionId, decimal amount ) : Result |
||
Search ( SearchDelegate searchDelegate ) : ResourceCollection |
||
Search ( |
Search for subscriptions based on PlanId, DaysPastDue and Status
|
|
Update ( string id, |
Méthode | Description | |
---|---|---|
SubscriptionGateway ( |
Méthode | Description | |
---|---|---|
FetchSubscriptions ( |
||
RetryCharge ( |
public Create ( |
||
request | ||
Résultat | Result |
public Find ( string id ) : Braintree.Subscription | ||
id | string | |
Résultat | Braintree.Subscription |
public RetryCharge ( string subscriptionId ) : Result |
||
subscriptionId | string | |
Résultat | Result |
public RetryCharge ( string subscriptionId, decimal amount ) : Result |
||
subscriptionId | string | |
amount | decimal | |
Résultat | Result |
public Search ( SearchDelegate searchDelegate ) : ResourceCollection |
||
searchDelegate | SearchDelegate | |
Résultat | ResourceCollection |
public Search ( |
||
query | ||
Résultat | ResourceCollection |
protected SubscriptionGateway ( |
||
gateway | ||
Résultat | Braintree.Exceptions |
public Update ( string id, |
||
id | string | |
request | ||
Résultat | Result |