Class: Aws::PartnerCentralSelling::Types::AddressSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

An object that contains an ‘Address` object’s subset of fields.

Constant Summary collapse

SENSITIVE =
[:city, :country_code, :postal_code, :state_or_region]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

Specifies the end ‘Customer`’s city associated with the ‘Opportunity`.

Returns:

  • (String)


272
273
274
275
276
277
278
279
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 272

class AddressSummary < Struct.new(
  :city,
  :country_code,
  :postal_code,
  :state_or_region)
  SENSITIVE = [:city, :country_code, :postal_code, :state_or_region]
  include Aws::Structure
end

#country_codeString

Specifies the end ‘Customer`’s country associated with the ‘Opportunity`.

Returns:

  • (String)


272
273
274
275
276
277
278
279
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 272

class AddressSummary < Struct.new(
  :city,
  :country_code,
  :postal_code,
  :state_or_region)
  SENSITIVE = [:city, :country_code, :postal_code, :state_or_region]
  include Aws::Structure
end

#postal_codeString

Specifies the end ‘Customer`’s postal code associated with the ‘Opportunity`.

Returns:

  • (String)


272
273
274
275
276
277
278
279
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 272

class AddressSummary < Struct.new(
  :city,
  :country_code,
  :postal_code,
  :state_or_region)
  SENSITIVE = [:city, :country_code, :postal_code, :state_or_region]
  include Aws::Structure
end

#state_or_regionString

Specifies the end ‘Customer`’s state or region associated with the ‘Opportunity`.

Valid values: ‘Alabama | Alaska | American Samoa | Arizona | Arkansas | California | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia | Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO | FPO, AP`

Returns:

  • (String)


272
273
274
275
276
277
278
279
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 272

class AddressSummary < Struct.new(
  :city,
  :country_code,
  :postal_code,
  :state_or_region)
  SENSITIVE = [:city, :country_code, :postal_code, :state_or_region]
  include Aws::Structure
end