C# Class JudoDotNetXamarin.USACountry

Inheritance: ICountry
Exibir arquivo Open project: JudoPay/Judo-Xamarin

Public Methods

Method Description
GetCurrency ( ) : ICurrency
GetISOCode ( ) : int?
GetName ( ) : Country
GetPostcodeLength ( ) : int
GetPostcodeRegex ( ) : string
GetPostcodeTitle ( ) : string
IsPostcodeNumeric ( ) : bool
IsPostcodeRequired ( ) : bool

Method Details

GetCurrency() public method

public GetCurrency ( ) : ICurrency
return ICurrency

GetISOCode() public method

public GetISOCode ( ) : int?
return int?

GetName() public method

public GetName ( ) : Country
return Country

GetPostcodeLength() public method

public GetPostcodeLength ( ) : int
return int

GetPostcodeRegex() public method

public GetPostcodeRegex ( ) : string
return string

GetPostcodeTitle() public method

public GetPostcodeTitle ( ) : string
return string

IsPostcodeNumeric() public method

public IsPostcodeNumeric ( ) : bool
return bool

IsPostcodeRequired() public method

public IsPostcodeRequired ( ) : bool
return bool