Class: Aws::MarketplaceAgreement::Types::FixedUpfrontPricingTerm

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

Overview

Defines a prepaid pricing model where the customers are charged a fixed upfront amount.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

Defines the currency for the prices mentioned in this term.

Returns:

  • (String)


602
603
604
605
606
607
608
609
610
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 602

class FixedUpfrontPricingTerm < Struct.new(
  :currency_code,
  :duration,
  :grants,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#durationString

Contract duration for the terms.

Returns:

  • (String)


602
603
604
605
606
607
608
609
610
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 602

class FixedUpfrontPricingTerm < Struct.new(
  :currency_code,
  :duration,
  :grants,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#grantsArray<Types::GrantItem>

Entitlements granted to the acceptor of fixed upfront as part of agreement execution.

Returns:



602
603
604
605
606
607
608
609
610
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 602

class FixedUpfrontPricingTerm < Struct.new(
  :currency_code,
  :duration,
  :grants,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#priceString

Fixed amount to be charged to the customer when this term is accepted.

Returns:

  • (String)


602
603
604
605
606
607
608
609
610
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 602

class FixedUpfrontPricingTerm < Struct.new(
  :currency_code,
  :duration,
  :grants,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Category of the term being updated.

Returns:

  • (String)


602
603
604
605
606
607
608
609
610
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 602

class FixedUpfrontPricingTerm < Struct.new(
  :currency_code,
  :duration,
  :grants,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end