C# Класс Stripe.StripeRefundService

Наследование: Stripe.StripeService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Create() публичный Метод

public Create ( string chargeId, Stripe.StripeRefundCreateOptions createOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund
chargeId string
createOptions Stripe.StripeRefundCreateOptions
requestOptions Stripe.StripeRequestOptions
Результат Stripe.StripeRefund

CreateAsync() публичный Метод

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
Результат Task

Get() публичный Метод

public Get ( string refundId, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund
refundId string
requestOptions Stripe.StripeRequestOptions
Результат Stripe.StripeRefund

GetAsync() публичный Метод

public GetAsync ( string refundId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
refundId string
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Результат Task

List() публичный Метод

public List ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable
listOptions Stripe.StripeRefundListOptions
requestOptions Stripe.StripeRequestOptions
Результат IEnumerable

ListAsync() публичный Метод

public ListAsync ( Stripe.StripeRefundListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
listOptions Stripe.StripeRefundListOptions
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Результат Task>

StripeRefundService() публичный Метод

public StripeRefundService ( string apiKey = null ) : System
apiKey string
Результат System

Update() публичный Метод

public Update ( string refundId, Stripe.StripeRefundUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : Stripe.StripeRefund
refundId string
updateOptions Stripe.StripeRefundUpdateOptions
requestOptions Stripe.StripeRequestOptions
Результат Stripe.StripeRefund

UpdateAsync() публичный Метод

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
Результат Task