Class: Aws::PartnerCentralSelling::Types::AwsSoftwareRevenue

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

Overview

Seller-provided PARC deal terms for the opportunity, including commitment value, discount percentage, and contract dates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discountString

Discount percentage offered on the software revenue. Percent convention: 15.00 means 15%.

Returns:

  • (String)


827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 827

class AwsSoftwareRevenue < Struct.new(
  :value,
  :discount,
  :effective_date,
  :expiration_date)
  SENSITIVE = []
  include Aws::Structure
end

#effective_dateString

Contract effective (start) date in YYYY-MM-DD format.

Returns:

  • (String)


827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 827

class AwsSoftwareRevenue < Struct.new(
  :value,
  :discount,
  :effective_date,
  :expiration_date)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_dateString

Contract expiration (end) date in YYYY-MM-DD format.

Returns:

  • (String)


827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 827

class AwsSoftwareRevenue < Struct.new(
  :value,
  :discount,
  :effective_date,
  :expiration_date)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MonetaryValue

Specifies payments details.



827
828
829
830
831
832
833
834
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 827

class AwsSoftwareRevenue < Struct.new(
  :value,
  :discount,
  :effective_date,
  :expiration_date)
  SENSITIVE = []
  include Aws::Structure
end