C# 클래스 Razorpay.Api.Payment

상속: Entity
파일 보기 프로젝트 열기: razorpay/razorpay-dot-net 1 사용 예제들

공개 메소드들

메소드 설명
All ( object>.Dictionary options = null ) : List
Capture ( object>.Dictionary attributes ) : Payment
Fetch ( string id ) : Payment
Refund ( object>.Dictionary data = null ) : Refund

메소드 상세

All() 공개 메소드

public All ( object>.Dictionary options = null ) : List
options object>.Dictionary
리턴 List

Capture() 공개 메소드

public Capture ( object>.Dictionary attributes ) : Payment
attributes object>.Dictionary
리턴 Payment

Fetch() 공개 메소드

public Fetch ( string id ) : Payment
id string
리턴 Payment

Refund() 공개 메소드

public Refund ( object>.Dictionary data = null ) : Refund
data object>.Dictionary
리턴 Refund