C# 클래스 BalancedSharp.Clients.RefundClient

상속: IRefundClient
파일 보기 프로젝트 열기: rentler/BalancedSharp

공개 메소드들

메소드 설명
Create ( string refundUri, int amount = null, string description = null ) : Status
Get ( string refundUri ) : Status
List ( string refundUri, int limit = 10, int offset ) : Status>
RefundClient ( IBalancedService balanceService, IBalancedRest rest ) : System
Update ( string refundUri, string description = null, string>.Dictionary meta = null ) : Status

메소드 상세

Create() 공개 메소드

public Create ( string refundUri, int amount = null, string description = null ) : Status
refundUri string
amount int
description string
리턴 Status

Get() 공개 메소드

public Get ( string refundUri ) : Status
refundUri string
리턴 Status

List() 공개 메소드

public List ( string refundUri, int limit = 10, int offset ) : Status>
refundUri string
limit int
offset int
리턴 Status>

RefundClient() 공개 메소드

public RefundClient ( IBalancedService balanceService, IBalancedRest rest ) : System
balanceService IBalancedService
rest IBalancedRest
리턴 System

Update() 공개 메소드

public Update ( string refundUri, string description = null, string>.Dictionary meta = null ) : Status
refundUri string
description string
meta string>.Dictionary
리턴 Status