메소드 | 설명 | |
---|---|---|
Cancel ( string customerId, string subscriptionId, bool cancelAtPeriodEnd = false, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeSubscription | ||
CancelAsync ( string customerId, string subscriptionId, bool cancelAtPeriodEnd = false, Stripe.StripeRequestOptions requestOptions = null, |
||
Create ( string customerId, string planId, Stripe.StripeSubscriptionCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeSubscription | ||
CreateAsync ( string customerId, string planId, Stripe.StripeSubscriptionCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null, |
||
Get ( string customerId, string subscriptionId, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeSubscription | ||
GetAsync ( string customerId, string subscriptionId, Stripe.StripeRequestOptions requestOptions = null, |
||
List ( string customerId, |
||
ListAsync ( string customerId, |
||
StripeSubscriptionService ( string apiKey = null ) : System.Collections.Generic | ||
Update ( string customerId, string subscriptionId, |
||
UpdateAsync ( string customerId, string subscriptionId, |
public Cancel ( string customerId, string subscriptionId, bool cancelAtPeriodEnd = false, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeSubscription | ||
customerId | string | |
subscriptionId | string | |
cancelAtPeriodEnd | bool | |
requestOptions | Stripe.StripeRequestOptions | |
리턴 | Stripe.StripeSubscription |
public CancelAsync ( string customerId, string subscriptionId, bool cancelAtPeriodEnd = false, Stripe.StripeRequestOptions requestOptions = null, |
||
customerId | string | |
subscriptionId | string | |
cancelAtPeriodEnd | bool | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | ||
리턴 | Task |
public Create ( string customerId, string planId, Stripe.StripeSubscriptionCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeSubscription | ||
customerId | string | |
planId | string | |
createOptions | Stripe.StripeSubscriptionCreateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
리턴 | Stripe.StripeSubscription |
public CreateAsync ( string customerId, string planId, Stripe.StripeSubscriptionCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null, |
||
customerId | string | |
planId | string | |
createOptions | Stripe.StripeSubscriptionCreateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | ||
리턴 | Task |
public Get ( string customerId, string subscriptionId, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeSubscription | ||
customerId | string | |
subscriptionId | string | |
requestOptions | Stripe.StripeRequestOptions | |
리턴 | Stripe.StripeSubscription |
public GetAsync ( string customerId, string subscriptionId, Stripe.StripeRequestOptions requestOptions = null, |
||
customerId | string | |
subscriptionId | string | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | ||
리턴 | Task |
public List ( string customerId, |
||
customerId | string | |
listOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
리턴 | IEnumerable |
public ListAsync ( string customerId, |
||
customerId | string | |
listOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | ||
리턴 | Task |
public StripeSubscriptionService ( string apiKey = null ) : System.Collections.Generic | ||
apiKey | string | |
리턴 | System.Collections.Generic |
public Update ( string customerId, string subscriptionId, |
||
customerId | string | |
subscriptionId | string | |
updateOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
리턴 | Stripe.StripeSubscription |
public UpdateAsync ( string customerId, string subscriptionId, |
||
customerId | string | |
subscriptionId | string | |
updateOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | ||
리턴 | Task |