Class: Aws::MarketplaceDiscovery::Types::NetPaymentTerm

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

Overview

Defines a net payment term that sets how many days after the invoice date the payment is due.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ String

The unique identifier of the term.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 1964

class NetPaymentTerm < Struct.new(
  :id,
  :type,
  :payment_due_period)
  SENSITIVE = []
  include Aws::Structure
end

#payment_due_period ⇒ String

The duration after invoice date by which payment is due.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 1964

class NetPaymentTerm < Struct.new(
  :id,
  :type,
  :payment_due_period)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The category of the term.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 1964

class NetPaymentTerm < Struct.new(
  :id,
  :type,
  :payment_due_period)
  SENSITIVE = []
  include Aws::Structure
end