Class: Aws::Types::NetPaymentTerm

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def id
  @id
end

#payment_due_period::String

Returns the value of attribute payment_due_period.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def payment_due_period
  @payment_due_period
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def type
  @type
end