module Network.GoDaddy.Aliases ( Domain , Id , Reporter , DomainIp , Close , Type , Target , Source , CreatedAt , ClosedAt , ExpiresAt , LosingRegistrarId , PageViewsMonthly , RevenueMonthly , ListingActionId , AgreementKey , Title , Url , Content , FirstName , MiddleName , LastName , Organization , JobTitle , Email , Phone , Fax , Address , City , State , PostalCode , Country , Status , DomainId , Expires , ExpirationProtected , HoldRegistrar , Locked , Privacy , Name , Tld , Keywords , Keys , First , Previous , Next , Last , Total )where type Domain = String type Id = String type Reporter = String type DomainIp = String type Close = Bool type Type = String type Target = String type Source = String type CreatedAt = String type ClosedAt = String type ExpiresAt = String type LosingRegistrarId = Integer type PageViewsMonthly = Integer type RevenueMonthly = Integer type ListingActionId = Integer type AgreementKey = String type Title = String type Url = String type Content = String type FirstName = String type MiddleName = String type LastName = String type Organization = String type JobTitle = String type Email = String type Phone = String type Fax = String type Address = String type City = String type State = String type PostalCode = String type Country = String type Status = String type DomainId = Float type Expires = String type ExpirationProtected = Bool type HoldRegistrar = Bool type Locked = Bool type Privacy = Bool type Name = String type Tld = String type Keywords = String type Keys = String type First = String type Previous = String type Next = String type Last = String type Total = Integer