C# 클래스 Pipl.APIs.Data.Fields.Address

상속: Field
파일 보기 프로젝트 열기: piplcom/piplapis-csharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Address() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string