C# 클래스 com.openrest.v1_1.Payment

파일 보기 프로젝트 열기: wix/openrest4net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ALL_PAYMENT_TYPES IList
amount int?
card CreditCard
id string
password string
type string
userId string

공개 메소드들

메소드 설명
Payment ( ) : System
Payment ( string type, int amount, CreditCard card ) : System

메소드 상세

Payment() 공개 메소드

public Payment ( ) : System
리턴 System

Payment() 공개 메소드

public Payment ( string type, int amount, CreditCard card ) : System
type string
amount int
card CreditCard
리턴 System

프로퍼티 상세

ALL_PAYMENT_TYPES 공개적으로 정적으로 프로퍼티

public static IList ALL_PAYMENT_TYPES
리턴 IList

amount 공개적으로 프로퍼티

public int? amount
리턴 int?

card 공개적으로 프로퍼티

public CreditCard card
리턴 CreditCard

id 공개적으로 프로퍼티

public string id
리턴 string

password 공개적으로 프로퍼티

public string password
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

userId 공개적으로 프로퍼티

public string userId
리턴 string