Method | Description | |
---|---|---|
Create ( string chargeId, Stripe.StripeRefundCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund | ||
CreateAsync ( string chargeId, Stripe.StripeRefundCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
Get ( string refundId, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund | ||
GetAsync ( string refundId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
List ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable |
||
ListAsync ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
StripeRefundService ( string apiKey = null ) : System | ||
Update ( string refundId, Stripe.StripeRefundUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund | ||
UpdateAsync ( string refundId, Stripe.StripeRefundUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
public Create ( string chargeId, Stripe.StripeRefundCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund | ||
chargeId | string | |
createOptions | Stripe.StripeRefundCreateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
return | Stripe.StripeRefund |
public CreateAsync ( string chargeId, Stripe.StripeRefundCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
chargeId | string | |
createOptions | Stripe.StripeRefundCreateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public Get ( string refundId, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund | ||
refundId | string | |
requestOptions | Stripe.StripeRequestOptions | |
return | Stripe.StripeRefund |
public GetAsync ( string refundId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
refundId | string | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public List ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable |
||
listOptions | Stripe.StripeRefundListOptions | |
requestOptions | Stripe.StripeRequestOptions | |
return | IEnumerable |
public ListAsync ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
listOptions | Stripe.StripeRefundListOptions | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public StripeRefundService ( string apiKey = null ) : System | ||
apiKey | string | |
return | System |
public Update ( string refundId, Stripe.StripeRefundUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund | ||
refundId | string | |
updateOptions | Stripe.StripeRefundUpdateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
return | Stripe.StripeRefund |
public UpdateAsync ( string refundId, Stripe.StripeRefundUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
refundId | string | |
updateOptions | Stripe.StripeRefundUpdateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |