Class: Aws::PartnerCentralAccount::Types::BusinessVerificationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::BusinessVerificationDetails
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains the business information required for verifying a company's legal status and registration details within AWS Partner Central.
Constant Summary collapse
- SENSITIVE =
[:legal_name, :registration_id]
Instance Attribute Summary collapse
-
#country_code ⇒ String
The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.
-
#jurisdiction_of_incorporation ⇒ String
The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.
-
#legal_name ⇒ String
The official legal name of the business as registered with the appropriate government authorities.
-
#registration_id ⇒ String
The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.
Instance Attribute Details
#country_code ⇒ String
The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.
203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 203 class BusinessVerificationDetails < Struct.new( :legal_name, :registration_id, :country_code, :jurisdiction_of_incorporation) SENSITIVE = [:legal_name, :registration_id] include Aws::Structure end |
#jurisdiction_of_incorporation ⇒ String
The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.
203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 203 class BusinessVerificationDetails < Struct.new( :legal_name, :registration_id, :country_code, :jurisdiction_of_incorporation) SENSITIVE = [:legal_name, :registration_id] include Aws::Structure end |
#legal_name ⇒ String
The official legal name of the business as registered with the appropriate government authorities.
203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 203 class BusinessVerificationDetails < Struct.new( :legal_name, :registration_id, :country_code, :jurisdiction_of_incorporation) SENSITIVE = [:legal_name, :registration_id] include Aws::Structure end |
#registration_id ⇒ String
The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.
203 204 205 206 207 208 209 210 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 203 class BusinessVerificationDetails < Struct.new( :legal_name, :registration_id, :country_code, :jurisdiction_of_incorporation) SENSITIVE = [:legal_name, :registration_id] include Aws::Structure end |