Class: Stripe::Invoice::AmountsDue
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Invoice::AmountsDue
- Defined in:
- lib/stripe/resources/invoice.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#amount_paid ⇒ Object
readonly
Returns the value of attribute amount_paid.
-
#amount_remaining ⇒ Object
readonly
Returns the value of attribute amount_remaining.
-
#days_until_due ⇒ Object
readonly
Returns the value of attribute days_until_due.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#due_date ⇒ Object
readonly
Returns the value of attribute due_date.
-
#paid_at ⇒ Object
readonly
Returns the value of attribute paid_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def amount @amount end |
#amount_paid ⇒ Object (readonly)
Returns the value of attribute amount_paid.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def amount_paid @amount_paid end |
#amount_remaining ⇒ Object (readonly)
Returns the value of attribute amount_remaining.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def amount_remaining @amount_remaining end |
#days_until_due ⇒ Object (readonly)
Returns the value of attribute days_until_due.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def days_until_due @days_until_due end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def description @description end |
#due_date ⇒ Object (readonly)
Returns the value of attribute due_date.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def due_date @due_date end |
#paid_at ⇒ Object (readonly)
Returns the value of attribute paid_at.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def paid_at @paid_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
54 55 56 |
# File 'lib/stripe/resources/invoice.rb', line 54 def status @status end |