C# Class Pipl.APIs.Data.Fields.Address

Inheritance: Field
Exibir arquivo Open project: piplcom/piplapis-csharp

Private Properties

Property Type Description

Public Methods

Method Description
Address ( string country = null, string state = null, string city = null, string poBox = null, string street = null, string house = null, string apartment = null, string raw = null, AddressTypes type = null, string zip_code = null, System.DateTime validSince = null ) : System
ToString ( ) : string

Method Details

Address() public method

public Address ( string country = null, string state = null, string city = null, string poBox = null, string street = null, string house = null, string apartment = null, string raw = null, AddressTypes type = null, string zip_code = null, System.DateTime validSince = null ) : System
country string
state string
city string
poBox string
street string
house string
apartment string
raw string
type AddressTypes
zip_code string
validSince System.DateTime
return System

ToString() public method

public ToString ( ) : string
return string