Class: Aws::MarketplaceAgreement::Types::ScheduleItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ScheduleItem
- 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
-
#charge_amount ⇒ String
The price that the customer would pay on the scheduled date (chargeDate).
-
#charge_date ⇒ Time
The date that the customer would pay the price defined in this payment schedule term.
Instance Attribute Details
#charge_amount ⇒ String
The price that the customer would pay on the scheduled date (chargeDate).
968 969 970 971 972 973 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 968 class ScheduleItem < Struct.new( :charge_amount, :charge_date) SENSITIVE = [] include Aws::Structure end |
#charge_date ⇒ Time
The date that the customer would pay the price defined in this payment schedule term. Invoices are generated on the date provided.
968 969 970 971 972 973 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 968 class ScheduleItem < Struct.new( :charge_amount, :charge_date) SENSITIVE = [] include Aws::Structure end |