Class: Aws::PartnerCentralSelling::Types::LeadInvitationPayload

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

Overview

Represents the data payload of an engagement invitation for a lead opportunity. This contains detailed information about the customer and interaction history that partners use to evaluate whether to accept the lead engagement invitation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customerTypes::LeadInvitationCustomer

Contains information about the customer associated with the lead invitation. This data helps partners understand the customer's profile, industry, and business context to assess the lead opportunity.



3478
3479
3480
3481
3482
3483
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3478

class LeadInvitationPayload < Struct.new(
  :customer,
  :interaction)
  SENSITIVE = []
  include Aws::Structure
end

#interactionTypes::LeadInvitationInteraction

Describes the interaction details associated with the lead, including the source of the lead generation and customer engagement information. This context helps partners evaluate the lead quality and engagement approach.



3478
3479
3480
3481
3482
3483
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3478

class LeadInvitationPayload < Struct.new(
  :customer,
  :interaction)
  SENSITIVE = []
  include Aws::Structure
end