C# 클래스 PaymillWrapper.Models.Payment.PaymentType

상속: PaymillWrapper.Utils.EnumBaseType
파일 보기 프로젝트 열기: paymill/paymill-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CREDIT_CARD Payment.PaymentType
DEBIT Payment.PaymentType
UNKNOWN Payment.PaymentType

공개 메소드들

메소드 설명
PaymentType ( ) : Newtonsoft.Json

비공개 메소드들

메소드 설명
PaymentType ( String value, System.Boolean unknowValue = false ) : Newtonsoft.Json

메소드 상세

PaymentType() 공개 메소드

public PaymentType ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

프로퍼티 상세

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

public static Payment.PaymentType,PaymillWrapper.Models CREDIT_CARD
리턴 Payment.PaymentType

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

public static Payment.PaymentType,PaymillWrapper.Models DEBIT
리턴 Payment.PaymentType

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

public static Payment.PaymentType,PaymillWrapper.Models UNKNOWN
리턴 Payment.PaymentType