Class: Stripe::QuotePreviewInvoice::AmountsDue

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/quote_preview_invoice.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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

#amountObject (readonly)

Returns the value of attribute amount.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def amount
  @amount
end

#amount_paidObject (readonly)

Returns the value of attribute amount_paid.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def amount_paid
  @amount_paid
end

#amount_remainingObject (readonly)

Returns the value of attribute amount_remaining.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def amount_remaining
  @amount_remaining
end

#days_until_dueObject (readonly)

Returns the value of attribute days_until_due.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def days_until_due
  @days_until_due
end

#descriptionObject (readonly)

Returns the value of attribute description.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def description
  @description
end

#due_dateObject (readonly)

Returns the value of attribute due_date.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def due_date
  @due_date
end

Returns the value of attribute paid_at.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def paid_at
  @paid_at
end

#statusObject (readonly)

Returns the value of attribute status.



44
45
46
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 44

def status
  @status
end