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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/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)


968
969
970
971
972
973
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 968

class ScheduleItem < Struct.new(
  :charge_amount,
  :charge_date)
  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)


968
969
970
971
972
973
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 968

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