Class: Aws::MarketplaceDiscovery::Types::ScheduleItem

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

Overview

A payment installment within a payment schedule term.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#charge_amountString

The amount to be charged on the charge date.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2742

class ScheduleItem < Struct.new(
  :charge_date,
  :charge_amount)
  SENSITIVE = []
  include Aws::Structure
end

#charge_dateTime

The date when the payment is due.

Returns:

  • (Time)


2742
2743
2744
2745
2746
2747
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2742

class ScheduleItem < Struct.new(
  :charge_date,
  :charge_amount)
  SENSITIVE = []
  include Aws::Structure
end