C# 클래스 Pingpp.Models.Customer

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( object>.Dictionary cusParams ) : Customer
Delete ( string cusId ) : object
List ( object>.Dictionary listParams = null ) : CustomerList
Retrieve ( string cusId ) : Customer
Update ( string cusId, object>.Dictionary cusParams ) : Customer

메소드 상세

Create() 공개 정적인 메소드

public static Create ( object>.Dictionary cusParams ) : Customer
cusParams object>.Dictionary
리턴 Customer

Delete() 공개 정적인 메소드

public static Delete ( string cusId ) : object
cusId string
리턴 object

List() 공개 정적인 메소드

public static List ( object>.Dictionary listParams = null ) : CustomerList
listParams object>.Dictionary
리턴 CustomerList

Retrieve() 공개 정적인 메소드

public static Retrieve ( string cusId ) : Customer
cusId string
리턴 Customer

Update() 공개 정적인 메소드

public static Update ( string cusId, object>.Dictionary cusParams ) : Customer
cusId string
cusParams object>.Dictionary
리턴 Customer