C# 클래스 JudoDotNetXamarin.UKCountry

상속: ICountry
파일 보기 프로젝트 열기: JudoPay/Judo-Xamarin

공개 메소드들

메소드 설명
GetCurrency ( ) : ICurrency
GetISOCode ( ) : int?
GetName ( ) : Country
GetPostcodeLength ( ) : int
GetPostcodeRegex ( ) : string
GetPostcodeTitle ( ) : string
IsPostcodeNumeric ( ) : bool
IsPostcodeRequired ( ) : bool

메소드 상세

GetCurrency() 공개 메소드

public GetCurrency ( ) : ICurrency
리턴 ICurrency

GetISOCode() 공개 메소드

public GetISOCode ( ) : int?
리턴 int?

GetName() 공개 메소드

public GetName ( ) : Country
리턴 Country

GetPostcodeLength() 공개 메소드

public GetPostcodeLength ( ) : int
리턴 int

GetPostcodeRegex() 공개 메소드

public GetPostcodeRegex ( ) : string
리턴 string

GetPostcodeTitle() 공개 메소드

public GetPostcodeTitle ( ) : string
리턴 string

IsPostcodeNumeric() 공개 메소드

public IsPostcodeNumeric ( ) : bool
리턴 bool

IsPostcodeRequired() 공개 메소드

public IsPostcodeRequired ( ) : bool
리턴 bool