Class: Aws::MarketplaceAgreement::Types::ScheduleItem

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

Overview

An individual installment of the payment that includes the date and amount of the charge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#charge_amountString

The price that the customer would pay on the scheduled date (chargeDate).

Returns:

  • (String)


974
975
976
977
978
979
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 974

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

#charge_dateTime

The date that the customer would pay the price defined in this payment schedule term. Invoices are generated on the date provided.

Returns:

  • (Time)


974
975
976
977
978
979
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 974

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