Class: Aws::MarketplaceAgreement::Types::SupportTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::SupportTerm
- Defined in:
- gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines the customer support available for the acceptors when they purchase the software.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refund_policy ⇒ String
Free-text field about the refund policy description that will be shown to customers as is on the website and console.
-
#type ⇒ String
Category of the term being updated.
Instance Attribute Details
#refund_policy ⇒ String
Free-text field about the refund policy description that will be shown to customers as is on the website and console.
1124 1125 1126 1127 1128 1129 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1124 class SupportTerm < Struct.new( :type, :refund_policy) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Category of the term being updated.
1124 1125 1126 1127 1128 1129 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1124 class SupportTerm < Struct.new( :type, :refund_policy) SENSITIVE = [] include Aws::Structure end |