Lien

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  Lien
Represents information about the lien history of the company.
type
References: Background Verification Result.Lien Type
XML Representation: attribute
Attributes:
Default Value
Lien type.
releasedCount
References: Background Verification Result.Lien Released Count
XML Representation: attribute
Attributes:
Default Value
The count of property items released to the owner for this lien.
unreleasedCount
References: Background Verification Result.Lien Unreleased Count
XML Representation: attribute
Attributes:
Default Value
The count of unreleased property items for this lien.
companyName
References: Background Verification Result.Lien Company Name
XML Representation: attribute
Attributes:
Default Value
Name of the company with a lien.
street1
References: Background Verification Result.Lien Street 1
XML Representation: attribute
Attributes:
Default Value
Street1 in the mailing address of the company with a lien.
street2
References: Background Verification Result.Lien Street 2
XML Representation: attribute
Attributes:
Default Value
Street2 in the mailing address of the company with a lien.
city
References: Background Verification Result.Lien City
XML Representation: attribute
Attributes:
Default Value
City in the mailing address of the company with a lien.
state
References: Background Verification Result.Lien State
XML Representation: attribute
Attributes:
Default Value
State code in the mailing address of the company with a lien.
zipCode
References: Background Verification Result.Lien Zip Code
XML Representation: attribute
Attributes:
Default Value
Zip code in the mailing address of the company with a lien.
filingDate
References: Background Verification Result.Lien Filing Date
XML Representation: attribute
Attributes:
Default Value
The date when the lien was filed.

XML Sample:

<lien type="Subtype of Lien"  releasedCount="2"  unreleasedCount="1"  companyName="sampleCompany"  street1="11 Broadway"  street2="suite #"  city="New York"  state="NY"  zipCode="10007"  filingDate="01302014" />

"<lien type=\"Subtype of Lien\" releasedCount=\"2\" unreleasedCount=\"1\" companyName=\"sampleCompany\" street1=\"11 Broadway\" street2=\"suite #\" city=\"New York\" state=\"NY\" zipCode=\"10007\" filingDate=\"01302014\" />"

JSON Sample:

{
  "type": "Subtype of Lien",
  "releasedCount": 2,
  "unreleasedCount": 1,
  "companyName": "sampleCompany",
  "street1": "11 Broadway",
  "street2": "suite #",
  "city": "New York",
  "state": "NY",
  "zipCode": 10007,
  "filingDate": "01302014"
}

XURL Sample:

?type=Subtype+of+Lien&releasedCount=2&unreleasedCount=1&companyName=sampleCompany&street1=11+Broadway&street2=suite+%23&city=New+York&state=NY&zipCode=10007&filingDate=01302014&
type=Subtype of Lien
releasedCount=2
unreleasedCount=1
companyName=sampleCompany
street1=11 Broadway
street2=suite #
city=New York
state=NY
zipCode=10007
filingDate=01302014

Default Properties:

#
# Subtype of Lien
#
Subtype of Lien.releasedCount=2
Subtype of Lien.unreleasedCount=1
Subtype of Lien.companyName=sampleCompany
Subtype of Lien.street1=11 Broadway
Subtype of Lien.street2=suite #
Subtype of Lien.city=New York
Subtype of Lien.state=NY
Subtype of Lien.zipCode=10007
Subtype of Lien.filingDate=01302014