C# 클래스 Stripe.StripeRefundService

상속: Stripe.StripeService
파일 보기 프로젝트 열기: jaymedavis/stripe.net 1 사용 예제들

공개 메소드들

메소드 설명
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