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

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

공개 메소드들

메소드 설명
CPayment ( Payment payment ) : System
GetAmount ( ) : int
GetCard ( ) : ICreditCard
GetPaymentType ( ) : string

메소드 상세

CPayment() 공개 메소드

public CPayment ( Payment payment ) : System
payment Payment
리턴 System

GetAmount() 공개 메소드

public GetAmount ( ) : int
리턴 int

GetCard() 공개 메소드

public GetCard ( ) : ICreditCard
리턴 ICreditCard

GetPaymentType() 공개 메소드

public GetPaymentType ( ) : string
리턴 string