C# 클래스 Pingpp.Models.Card

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string cusId, object>.Dictionary cardParams ) : Card
Delete ( string cusId, string cardId ) : object
List ( string cusId, object>.Dictionary listParams = null ) : CardList
Retrieve ( string cusId, string cardId ) : Card

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string cusId, object>.Dictionary cardParams ) : Card
cusId string
cardParams object>.Dictionary
리턴 Card

Delete() 공개 정적인 메소드

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

List() 공개 정적인 메소드

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

Retrieve() 공개 정적인 메소드

public static Retrieve ( string cusId, string cardId ) : Card
cusId string
cardId string
리턴 Card