Class: Aws::PartnerCentralAccount::Types::BusinessVerificationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#country_codeString

The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.

Returns:

  • (String)


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_incorporationString

The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.

Returns:

  • (String)


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

The official legal name of the business as registered with the appropriate government authorities.

Returns:

  • (String)


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_idString

The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.

Returns:

  • (String)


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