C# Class Stripe.StripeRefundService

Inheritance: Stripe.StripeService
Afficher le fichier Open project: jaymedavis/stripe.net Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

Create() public méthode

public Create ( string chargeId, Stripe.StripeRefundCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund
chargeId string
createOptions Stripe.StripeRefundCreateOptions
requestOptions Stripe.StripeRequestOptions
Résultat Stripe.StripeRefund

CreateAsync() public méthode

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
Résultat Task

Get() public méthode

public Get ( string refundId, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund
refundId string
requestOptions Stripe.StripeRequestOptions
Résultat Stripe.StripeRefund

GetAsync() public méthode

public GetAsync ( string refundId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
refundId string
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task

List() public méthode

public List ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable
listOptions Stripe.StripeRefundListOptions
requestOptions Stripe.StripeRequestOptions
Résultat IEnumerable

ListAsync() public méthode

public ListAsync ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
listOptions Stripe.StripeRefundListOptions
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task>

StripeRefundService() public méthode

public StripeRefundService ( string apiKey = null ) : System
apiKey string
Résultat System

Update() public méthode

public Update ( string refundId, Stripe.StripeRefundUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund
refundId string
updateOptions Stripe.StripeRefundUpdateOptions
requestOptions Stripe.StripeRequestOptions
Résultat Stripe.StripeRefund

UpdateAsync() public méthode

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
Résultat Task