C# 클래스 Pingpp.Models.Refund

상속: Pingpp
파일 보기 프로젝트 열기: PingPlusPlus/pingpp-csharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string id, object>.Dictionary reParams ) : Refund
List ( string id, object>.Dictionary listParams = null ) : RefundList
Retrieve ( string chId, string reId ) : Refund

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string id, object>.Dictionary reParams ) : Refund
id string
reParams object>.Dictionary
리턴 Refund

List() 공개 정적인 메소드

public static List ( string id, object>.Dictionary listParams = null ) : RefundList
id string
listParams object>.Dictionary
리턴 RefundList

Retrieve() 공개 정적인 메소드

public static Retrieve ( string chId, string reId ) : Refund
chId string
reId string
리턴 Refund