Values.BusinessVerificationDetailsSourceContains the business information required for verifying a company's legal status and registration details within AWS Partner Central.
type nonrec t = {legalName : LegalName.t;The official legal name of the business as registered with the appropriate government authorities.
*)registrationId : RegistrationId.t;The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.
*)countryCode : CountryCode.t;The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.
*)jurisdictionOfIncorporation : JurisdictionCode.t option;The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.
*)}val make :
?jurisdictionOfIncorporation:??? ->
legalName:LegalName.t ->
registrationId:RegistrationId.t ->
countryCode:CountryCode.t ->
unit ->
t