Bankruptcy

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  Bankruptcy
Represents information about bankruptcy history of the company based on background verification results.
type
References: Background Verification Result.Bankruptcy Type
XML Representation: attribute
Attributes:
Default Value
Bankruptcy type.
count
References: Background Verification Result.Bankruptcy Count
XML Representation: attribute
Attributes:
Default Value
Bankruptcy count for a company.
companyName
References: Background Verification Result.Bankruptcy Company Name
XML Representation: attribute
Attributes:
Default Value
Name of bankrupt company.
street1
References: Background Verification Result.Bankruptcy Street 1
XML Representation: attribute
Attributes:
Default Value
Street1 of the bankrupt company's mailing address.
street2
References: Background Verification Result.Bankruptcy Street 2
XML Representation: attribute
Attributes:
Default Value
Street2 of the bankrupt company's mailing address.
city
References: Background Verification Result.Bankruptcy City
XML Representation: attribute
Attributes:
Default Value
City of the bankrupt company's mailing address.
state
References: Background Verification Result.Bankruptcy State
XML Representation: attribute
Attributes:
Default Value
State code of the bankrupt company's mailing address.
zipCode
References: Background Verification Result.Bankruptcy ZIP Code
XML Representation: attribute
Attributes:
Default Value
ZIP/postal code of the bankrupt company's mailing address.
filingDate
References: Background Verification Result.Bankruptcy Filing Date
XML Representation: attribute
Attributes:
Default Value
The date when the bankruptcy was filed.

XML Sample:

<bankruptcy type="Sub-category of bankruptcy"  count="1"  companyName="Sample Company"  street1="100 Main Sreet"  street2="suite #"  city="New York"  state="NY"  zipCode="10007"  filingDate="01302014" />

"<bankruptcy type=\"Sub-category of bankruptcy\" count=\"1\" companyName=\"Sample Company\" street1=\"100 Main Sreet\" street2=\"suite #\" city=\"New York\" state=\"NY\" zipCode=\"10007\" filingDate=\"01302014\" />"

JSON Sample:

{
  "type": "Sub-category of bankruptcy",
  "count": 1,
  "companyName": "Sample Company",
  "street1": "100 Main Sreet",
  "street2": "suite #",
  "city": "New York",
  "state": "NY",
  "zipCode": 10007,
  "filingDate": "01302014"
}

XURL Sample:

?type=Sub-category+of+bankruptcy&count=1&companyName=Sample+Company&street1=100+Main+Sreet&street2=suite+%23&city=New+York&state=NY&zipCode=10007&filingDate=01302014&
type=Sub-category of bankruptcy
count=1
companyName=Sample Company
street1=100 Main Sreet
street2=suite #
city=New York
state=NY
zipCode=10007
filingDate=01302014

Default Properties:

#
# Sub-category of bankruptcy
#
Sub-category of bankruptcy.count=1
Sub-category of bankruptcy.companyName=Sample Company
Sub-category of bankruptcy.street1=100 Main Sreet
Sub-category of bankruptcy.street2=suite #
Sub-category of bankruptcy.city=New York
Sub-category of bankruptcy.state=NY
Sub-category of bankruptcy.zipCode=10007
Sub-category of bankruptcy.filingDate=01302014