Class: Aws::Types::NetPaymentTerm
- Inherits:
-
Object
- Object
- Aws::Types::NetPaymentTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#payment_due_period ⇒ ::String
Returns the value of attribute payment_due_period.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
637 638 639 |
# File 'sig/types.rbs', line 637 def type @type end |