Class: Aws::BedrockAgentCore::Types::ProcessPaymentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

Response structure for processing a payment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the payment was created.

Returns:

  • (Time)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#payment_instrument_idString

The ID of the payment instrument used.

Returns:

  • (String)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#payment_manager_arnString

The ARN of the payment manager.

Returns:

  • (String)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#payment_outputTypes::PaymentOutput

The payment output details specific to the payment type.



8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#payment_session_idString

The ID of the payment session used.

Returns:

  • (String)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#payment_typeString

The type of payment processed.

Returns:

  • (String)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#process_payment_idString

The unique identifier of the processed payment.

Returns:

  • (String)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the payment.

Returns:

  • (String)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the payment was last updated.

Returns:

  • (Time)


8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 8351

class ProcessPaymentResponse < Struct.new(
  :process_payment_id,
  :payment_manager_arn,
  :payment_session_id,
  :payment_instrument_id,
  :payment_type,
  :status,
  :payment_output,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end